How can I make a usercontrol that can contain other controls?
-
Hi Dear freind. I want to provide one special frame that can contain other controls. But I can't make it to container. Please help me.
Any control can contain other controls, and the only way for that to happen is for them to be added to the Controls collection.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Any control can contain other controls, and the only way for that to happen is for them to be added to the Controls collection.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Thank you for your attention. But I think you didn't understand my purpose. In VB6 when I want to make a usercontrol like frame , I add a usercontrol and then change it's containcontrols property to True. But in VB.Net I don't know how can I do that? (Converting a usercontrol to container usercontrol)
-
Thank you for your attention. But I think you didn't understand my purpose. In VB6 when I want to make a usercontrol like frame , I add a usercontrol and then change it's containcontrols property to True. But in VB.Net I don't know how can I do that? (Converting a usercontrol to container usercontrol)
I don't know what that means. A usercontrol, by default is able to contain other controls. I've not used VB6.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
I don't know what that means. A usercontrol, by default is able to contain other controls. I've not used VB6.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Hi Dear freind. I want to provide one special frame that can contain other controls. But I can't make it to container. Please help me.