how to create shell and worksapce in window form
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
how to display user control in windows form i've multiple user control and i'm trying to display usercontrol individualy please help me to solve this problem. :sigh:
-
how to display user control in windows form i've multiple user control and i'm trying to display usercontrol individualy please help me to solve this problem. :sigh:
you can use use this.controls.add(this.usercontrolname) to dynamically add the usercontrol to the forms control collection. (use Me if you are doing it in vb.net)
Bhaskara