IsVBIDEThis is a featured page

Public Function IsVBIDE() As Boolean
' Returns True if this code is running
' inside the VB Integrated Development Environment (IDE).
' The trick here is that Debug.Print only runs in the VB IDE.
On Error Resume Next
Debug.Print 1 / 0
IsVBIDE = Err.Number <> 0
End Function


No user avatar
2buck
Latest page update: made by 2buck , Nov 30 2006, 11:20 PM EST (about this update About This Update 2buck Edited by 2buck


view changes

- complete history)
Keyword tags: VB 6 (edit keyword tags)
More Info: links to this page

Anonymous  (Get credit for your thread)


There are no threads for this page.  Be the first to start a new thread.

Related Content

  (what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)