Development mode or running.exe mode? 
Author Message
 Development mode or running.exe mode?

So... what's the easiest way to have my VB5 code detect whether it is currently in the "development
mode" or "the user is running the completed .exe file" mode?

Thanks.



Tue, 18 Jul 2000 03:00:00 GMT  
 Development mode or running.exe mode?

do a

debug.assert AFunctionWhichSetsBoolean

This will only be called during development time. When u make an exe it does
not get compiled in.

Hope that helps,

Menno

Quote:

>So... what's the easiest way to have my VB5 code detect whether it is

currently in the "development
Quote:
>mode" or "the user is running the completed .exe file" mode?

>Thanks.



Tue, 18 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. vb3.0 - Development mode or EXE(?) mode

2. DBGrid in Development Mode vs Deployment Mode

3. EXE vs Development mode

4. change from running mode to design mode

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

6. Debug mode vs. Run mode

7. Check in running in development mode

8. determining if VB application is running in development mode

9. Runs compiled but in development mode...

10. determining if VB application is running in development mode

11. ActiveX Server slow when running from EXE, but quick in IDE Debug mode

12. ActiveX Server slow when running from EXE, but quick in IDE Debug mode

 

 
Powered by phpBB® Forum Software