Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 572(0.008 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.6
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 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 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 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 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 Views: 0
how do i make an application that triggers and event when a user tries to shutdown windows?
Zones: Delphi ProgrammingDate Answered: 09/09/2001 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 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 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 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 Views: 0