I have run into a problem with MS Visual C++ 4.0 lately running under NT 4.0. When I try debugging (console apps), the debugger bypasses all of my breakpoints and the program runs normally, but re...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10007931.html
Zones:
C++Date Answered: 04/14/1997 Rating: 6.6 Views: 0
What JavaScript Applet I can use to close my browser?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10032153.html
Zones:
JavaScriptDate Answered: 12/11/1997 Rating: 7.4 Views: 0
1. How to disable close button [x] and Alt-F4 in dialog based application?
2. How to catch this and decide if it is ok to exit?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10045113.htm...
Zones:
Windows MFCDate Answered: 03/28/1998 Rating: 6.2 Views: 0
HOW TO STOP THE AUTO EXIT MACRO EXITING
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...
Zones:
MS OfficeDate Answered: 07/20/1998 Rating: 6.2 Views: 0
Hi,
I would like to prompt the user to confirm something before he/she exits the application.
I am using a multi-document format, and I can catch the coomand ID_APP_EXIT (when the user clicks the...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10294738.htm...
Zones:
Windows MFCDate Answered: 03/07/2000 Rating: 7.4 Views: 0
Part of my code is below.
In addition to the "NO DATA FOUND" or "REPORT COMPLETE" messages, I want to add something that counts the records and IF the count is equal to or great than 2000 the...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10303697.html
Zones:
PerlDate Answered: 03/02/2000 Rating: 7.4 Views: 0
I have an application named"NSCL.exe"(MDI).
I want to input "nscl.exe -kill" by command line
to kill all aliving "nscl.exe" applications.
And I also want to save the result of killed applicati...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20081150.htm...
Zones:
Windows MFCDate Answered: 02/21/2001 Rating: 7.4 Views: 16
Hi
Could someone advice me on how I could exit from an application that has only a module after
I am done with my work.
It keeps on going to main.
Any help is greatly appreciated.
T...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20227830.html
Zones:
Visual BasicDate Answered: 01/23/2002 Rating: 5.4 Views: 0
Repeat
ch := ReadKey;
Until ch = #27;
with this code your program runs until ESC is pressed
But it only works in a program without procedures...
c...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_20649979.html
Zones:
PascalDate Answered: 06/17/2003 Rating: 7.2 Views: 0
I'm trying to find a script that opens a browser window when a user leaves a site. I have used a script to open a pop up when a user leaves a page but I need that little extra.
Could someone hel...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20742230.html