change from running mode to design mode 
Author Message
 change from running mode to design mode

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


Mon, 30 May 2005 01:22:13 GMT  
 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



Mon, 30 May 2005 01:39:34 GMT  
 change from running mode to design mode
See the earlier thread "Add a control" started by you.

-Ashutosh


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



Mon, 30 May 2005 13:13:08 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Please Help......Design mode Vs. Run mode detection

2. Browser Control: Design Mode vs Compiled Mode

3. Browser Control: Design Mode vs Compiled Mode

4. Runs in design mode, NOT Run Time.

5. Runs in Design Mode, NOT Run Time

6. Programatically changing Form from Data Entry mode to Edit mode

7. Development mode or running.exe mode?

8. Debug mode vs. Run mode

9. Form size changes in runtime vs design time modes

10. Determine whether running in design mode or not

11. Design vs RUN mode and DLLs

12. ?: Want to determine whether program runs in design mode or not

 

 
Powered by phpBB® Forum Software