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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10040250.htm...
Zones:
Windows MFCDate Answered: 02/24/1998 Grade: C 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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10050346.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10084156.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10124621....
Zones:
VB ControlsDate Answered: 02/04/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10129379.html
What is the easyest way to put a pause in the code? To wait for x ms for example.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10207738.htm...
Zones:
Windows MFCDate Answered: 09/18/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10232187.html
Zones:
Visual BasicDate Answered: 11/11/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10660861.html
Zones:
JavaScriptDate Answered: 07/12/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11084665.html
Zones:
Visual BasicDate Answered: 08/23/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11109965.htm...
Zones:
Windows MFCDate Answered: 09/24/2000 Grade: B Views: 0