D
dwhittenburg
I read this article on msdn that sounds great and makes sense about how the
designer by default does things a certain way for adding controls to the
form...And that there is a better way to do
me.control.controls.add(me.othercontrol)
you can do me.othercontrol.parent = me.control
However, everytime that I go back to the designer it changes the code that I
had changed in InitializeComponent.
Is there a way to make this not happen? Thanks
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/dhtml_node_entry.asp
designer by default does things a certain way for adding controls to the
form...And that there is a better way to do
me.control.controls.add(me.othercontrol)
you can do me.othercontrol.parent = me.control
However, everytime that I go back to the designer it changes the code that I
had changed in InitializeComponent.
Is there a way to make this not happen? Thanks
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/dhtml_node_entry.asp