[RESOLVED] - How do i make a User Control able to hold other objects?
What i am trying to do is create a user control which is able to hold other controls/objects when on a form, like the piturebox/frame...
Can anyone please help? I am rather new to User Controls...
Re: How do i make a User Control able to hold other objects?
Simply set the ControlContainer property of the UserControl to True.
[Resolved] - How do i make a User Control able to hold other objects?
Quote:
Originally Posted by Joacim Andersson
Simply set the ControlContainer property of the UserControl to True.
Tack/Thanks :D