I already catch and and handle most exceptions in my program. Once in a while I still get exception that I had not expected. Is there a quick way to catch all exceptions that are not already caught?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10173129.html
I'm trying to get the response from the default document on my local web server "win 2000".
I can connect to it but the response is empty. can anyone help me out??
import java.applet.*;
impo...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11348517.html
Zones:
JavaDate Answered: 10/02/2000 Grade: B Views: 0
I have opened a page in an InternetExplorer Object which contains javascript (window.alert) that opens a messagebox.
<HTML>
<HEAD>
</HEAD>
<BODY>Test</BODY>
<script language="javascript">
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11644398.html
Zones:
Visual BasicDate Answered: 10/25/2000 Grade: A Views: 0
I have 2 questions.
Does Delphi have conditional Expression like VB (IIf function) and C++ (if j <=0 ? 0 :1) ?
Also when I catch a exception, can I get the error number? I just find that the ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20005308.html
How to catch Window EndTask message?
Ex: When you endtask your program, the computer will be shutdown.
Thanks
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20175729.htm...
Zones:
Windows MFCDate Answered: 10/17/2003 Grade: A Views: 20
how do i make an application that triggers and event when a user tries to shutdown windows?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20179806.html
Hi,
I would like to get the crash address when it happens.
CException doesn't hold this info, and SEH doesnt (as i understand) catch all exceptions, and the MFC help advices not to use.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20226306.html
Zones:
C++Date Answered: 04/01/2002 Grade: A Views: 0
although I write hide the Ctrl+Alt+Del code in my application but the user still can put down Ctrl+Alt+Del at once just after my application start and he can catch my thread before the hide Ctrl+Al...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20243352.html
hello
I have a COM DLL in which I do a little database activity(with ADO) and some HTTP transport.....
following is my exception handling mechanism
try{}
catch(_com_err &e)
{}
catch(...)
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20328445.html
Zones:
C++Date Answered: 10/28/2002 Grade: A Views: 0
Hello,
Please can somebody help?
I'm teaching myself to program from books (with is often hard going) and have just got to the section on exception handling using Try, Throw & Catch.
I thi...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20539238.html
Zones:
C++Date Answered: 03/05/2003 Grade: A Views: 0