how to tell at runtime if ran application from exe or from development environment 
Author Message
 how to tell at runtime if ran application from exe or from development environment

Is there an easy way to determine if you are currently running a vb
3.0 application via an exe or via the run command from the development
environment?
--
Laura Erskine. To reply remove STOPALL_ from email address.
____



Sun, 15 Oct 2000 03:00:00 GMT  
 how to tell at runtime if ran application from exe or from development environment

I use a function called InDevMode like this

Function InDevmode as boolean
IndevMode = Dir("c:\mydir\myexe.vbp") <> ""
end function



Quote:
> Is there an easy way to determine if you are currently running a vb
> 3.0 application via an exe or via the run command from the development
> environment?
> --
> Laura Erskine. To reply remove STOPALL_ from email address.
> ____



Sun, 15 Oct 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. (VB4) how to tell if running in development shell or exe

2. Development mode or running.exe mode?

3. How tell if running in exe or vb4 Dev environment

4. Running as EXE or DEVELOPMENT

5. GetObject() not telling me when the COM application is already running

6. determining if VB application is running in development mode

7. Application only runs peroperly on development machine

8. determining if VB application is running in development mode

9. Callstack info on runtime error (running EXE)

10. Application still running after runtime error

11. Can't run .exe application on Windows 2000

12. Run an EXE application in SHELL

 

 
Powered by phpBB® Forum Software