
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.
> ____