L
Lieven De Foor
Guest
I want to create a control that is a UserControl. In the Visual designer I would then create a new form, take the derived UserControl from the toolbox and put it on the form. Then I want to put other controls (say a Button) into the UserControl. This is not possible from the designer, but apparently it should be possible by adding some attributes/code mentioned in that codeproject.com link. In my actual case I have a panel inside the UserControl, and want the controls (Button, TextBox...) to be dragged inside that panel.
Continue reading...
Continue reading...