English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What I want to do is be able to debug the exe. Like add a button with code and have that button and code there when he starts the program again.

2007-12-31 08:39:09 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

VB6 was the last version that you could modify your code (within the IDE) while in debug mode. Unless this feature has been restored into VB2008 you will have to first stop your code. THen add the button and code or whatever other mod you wish to make then recompile(RUN).

If you wish to provide a button in your distribution your would have to provide a hidden button and its code. Using error trapping, the hidden button would be enabled and allow the user to click it. You can dynamically add the controls but i am not sure how you would dynamically add code.

2007-12-31 13:48:47 · answer #1 · answered by MarkG 7 · 0 0

fedest.com, questions and answers