Click to See Complete Forum and Search --> : IDE Detection


CodeHacker
July 10th, 2001, 10:08 AM
How do you programmatically determine if the IDE is running?

Thanks in advance.

CodeHacker
Rate me if it helped, Thanks

John G Duffy
July 10th, 2001, 12:18 PM
Debug.print 1/0




If the Ide is running, the above statement will produce an divide by zero error. If IDE is not running the statement is ignored.

John G

CodeHacker
July 10th, 2001, 01:13 PM
Thanks. Why didn't I think of that. Then I can just route any code I need on an on error block. Duh. 8-)

CodeHacker
Rate me if it helped, Thanks

Cimperiali
July 12th, 2001, 05:27 AM
Have also a look here:
http://codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vb&Number=38440&page=&view=&sb=

Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.