I always hit the wrong button and VC++ starts up...
Thanks in advance
Peter
Hi Peter,
yes you are able to disable any debugger popup window.
WinNT/2000 user:
delete the following registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\AeDebug
Win95 user:
delete the following entries in 'win.ini'
[AeDebug]
Auto=0
Debugger=c:\msdev\bin\ ...
additionally check the registry and if you find
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\AeDebug
delete this key too.
If you want to have an "undo"-option export the registry key before deleting
and,
for win95 users only, save 'win.ini'.
Cheers,
JM
Peter
>.
>