
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.