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 1078(0.009 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!

7.4
Tags: wait
I need to suspend a job until a variable set to TRUE by a thread.  I've tried SleepEx but it also suspend the thread that I created in this process.  All are in sleep mode.  So none set the variabl...
Zones: Windows MFCDate Answered: 02/24/1998 Views: 0
I have wrote a while loop that reads one line at a time and sends an email to the user. I was using strcpy & strcat to move in to memory and then system(buffer) to run it. Locked up the server beca...
Zones: Unix Systems ProgrammingDate Answered: 04/29/1998 Views: 0
Im running a backup program on windows shutdown. How do I prevent the window message: "wait 20 second for program to finish". I am running the backup in a FormCloseQuery and want windows to shoutd...
Zones: Delphi ProgrammingDate Answered: 09/27/1998 Views: 0
I would like to create a subroutine that can wait for a certain amount of time without being put in a busy wait. The best I have come up with so far is x = timer while x + waittime < timer   doeven...
Zones: VB ControlsDate Answered: 02/04/1999 Views: 0
I've got a program in which I want to play a sound when my QUIT button is pressed and then "close" out of the program. The problem is that when I do that, the program closes before the sound can fi...
Zones: Delphi ProgrammingDate Answered: 04/25/1999 Views: 0
What is the easyest way to put a pause in the code? To wait for x ms for example.
Zones: Windows MFCDate Answered: 09/18/1999 Views: 0
I'm showing another modal form when the user clicks on button in the start form. But, for loading the second form it is taking about 8-10 seconds as many operations are involved in the form_load ev...
Zones: Visual BasicDate Answered: 11/11/1999 Views: 0
I have developed a web application that loads rather large html and java script files.  The application (no cool graphics) is for insurance claim forms so.....well you know how large they can be. W...
Zones: JavaScriptDate Answered: 07/12/2000 Views: 0
I have a program that has a webbrowser object, and I have a function that sends a url for the browser objract to navigate to.  What I need is a wait function to run for a short time from when I sen...
Zones: Visual BasicDate Answered: 08/23/2000 Views: 0
I am experiencing a wait state when inserting items in a list box on a property page.  The code opens a table through ODBC and then inserts information from all the records matching the filter.  In...
Zones: Windows MFCDate Answered: 09/24/2000 Views: 0