User Profile
Collapse
-
Seems like it's already solved by an expert. -
You're getting the error becauseCode:showInputsDialog
Code:Call Initialize Me.Show
That said, you're overthinking this. A UserForm is a class module, and it can be stored in a variable (or in this...Leave a comment:
-
Yes @AnirbanHaldar we really need your help to understand your problem, Please answer all the question that Luuk have asked. Thank you!!!!Leave a comment:
-
I couldn't understand a lot but based on what I understood I am going to give u suggestion -
If you really want to do so you can write your code like this:
Code:public static void showUC(Control uc, Control pnlContainer) { pnlContainer.Controls.Clear(); uc.Dock = DockStyle.Fill; pnlContainer.Controls.Add(uc); }
Code:showUC(new someControlType(),
Leave a comment:
-
I am not claiming that I can answer everything but I can try as I am a newbie.Leave a comment:
-
I am here to learn some new thing but having a problem understanding this.Leave a comment:
-
No activity results to display
Show More
Leave a comment: