Advertisement

1 - 10 of 554 containing alltags:("catch") (0 seconds)
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?
Zones: Delphi ProgrammingDate Answered: 06/18/1999 Grade: A Views: 0
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...
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">       ...
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 ...
Zones: Delphi ProgrammingDate Answered: 10/09/2003 Grade: A Views: 0
How to catch Window EndTask message? Ex: When you endtask your program, the computer will be shutdown. Thanks
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?
Zones: Delphi ProgrammingDate Answered: 09/09/2001 Grade: A Views: 0
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.
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...
Zones: Delphi ProgrammingDate Answered: 12/20/2003 Grade: A Views: 0
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(...) ...
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...
Zones: C++Date Answered: 03/05/2003 Grade: A Views: 0