
change from running mode to design mode
Can't... you'll need to stop the program, add the control and restart. You
can do the whole thing at runtime using Controls.Add or Load (for control
arrays).. but there's no "run mode - stop - go into debug mode - load a
control - go into run mode" functionality available. Sheesh... in dotnet,
you can't even change code while in break mode... at least VB6 allows that.
--
Ken Halter - MS-MVP-VB - Please keep it in the groups..
http://www.vbsight.com - http://www.vbsight.com/MultiColumn.htm
http://www.vbsight.com/TBGDialogCTL.htm
Quote:
> When a form is in running mode, how do I change a control
> on the form such as a tab from running mode
> to design mode so that I can add a textbox on the tab and
> then position the textbox to where I want. Then change
> the mode from design to running again
> Thanks,
> GP