Advertisement

1 - 10 of 1049 containing alltags:("waiting") (0.001 seconds)
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 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...
Zones: Unix Systems ProgrammingDate Answered: 04/29/1998 Grade: A 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 Grade: B 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 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...
Zones: Delphi ProgrammingDate Answered: 04/25/1999 Grade: C 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 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...
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...
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...
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...
Zones: Windows MFCDate Answered: 09/24/2000 Grade: B Views: 0