VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Determines whether the application is running in development mode (from the IDE) or in compiled for

by Chris Beckingham (6 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 14th June 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Determines whether the application is running in development mode (from the IDE) or in compiled form (EXE)

Rate Determines whether the application is running in development mode (from the IDE) or in compiled for



  On Error Resume Next
  Debug.Print 1 / 0
  IsIDE = Err.Number <> 0
  Err.Clear
End Function 

Download this snippet    Add to My Saved Code

Determines whether the application is running in development mode (from the IDE) or in compiled for Comments

No comments have been posted about Determines whether the application is running in development mode (from the IDE) or in compiled for. Why not be the first to post a comment about Determines whether the application is running in development mode (from the IDE) or in compiled for.

Post your comment

Subject:
Message:
0/1000 characters