Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
waiting
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… all interfaces on port 9999 server_socket.listen(1) print("
Waiting
for a connection...") conn, addr = server_socket.accept() print(f…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… command prompt. So did it even give you `print("
Waiting
for a connection...")` ? Consider making your server main like…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
…. > > So did it even give you `print("
Waiting
for a connection...")` ? > > Consider making your server…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Reverend Jim
Still
waiting
for a question.
Re: Buggy career talk :-P
Programming
4 Weeks Ago
by Salem
… the wrong moment. Result, both spent the rest of eternity
waiting
for the other one to get on with it. Turning…
Waiting Room Access DB
Programming
Software Development
19 Years Ago
by barryhuizenga
… taking them from a crowded cooridor to a more comfortable
waiting
room. The idea is to hire a greeter who will… to bring up a screen showing the current list of
waiting
patients. So far so good, but apparently I am the… into the patient table and thereby remove themselves from the
waiting
list because I made the query only pull records whose…
Waiting For Elements In Selenium
Programming
Software Development
2 Years Ago
by dimitrilc
…* here refers to the element that you are
waiting
on, and not about the
waiting
time. Whether you are using explicit wait… to the page. org.openqa.selenium.TimeoutException: Expected condition failed:
waiting
for com.daniweb.selenium.SeleniumApplicationTests$$Lambda$1358/0x00000008007e7c18@fd0e118 (tried…
Re: Waiting Room Access DB
Programming
Software Development
19 Years Ago
by barryhuizenga
… the patient's name is taken off of the appropriate
waiting
list. Hooray for me! Of course now I have to…
Re: Waiting Room Access DB
Programming
Software Development
19 Years Ago
by Yomet
… call it lstWaitingPatients, displaying the patient's currently in the
waiting
room. When one is called the user selects that employee…
Re: Waiting Room Access DB
Programming
Software Development
19 Years Ago
by Kegtapper
… y/n Otherwise it will continue to show patients either
waiting
or results not in. aka Kegtapper
Re: Waiting Room Access DB
Programming
Software Development
19 Years Ago
by Yomet
… now add a field whose control source is the total
waiting
time divided by the number of records in the group…
waiting for metadata lock
Programming
Databases
14 Years Ago
by pitic
…" in mysql (v5.5) it hangs in with "
waiting
for metadata lock". Here is how I got there… mysql admin for the session and the state is "
waiting
for metadata lock" how can i pass this? or…
Re: waiting for metadata lock
Programming
Databases
13 Years Ago
by Alekjenderbo
… mysql administrator of the session and the state is "
waiting
for lock metadata"
Waiting for a domain.....
Hardware and Software
Networking
20 Years Ago
by gerry.74
Well I am sitting here,
waiting
for my domain to come online...
waiting for res://ieframe.dll dnserrordiagoff.htm
Hardware and Software
Microsoft Windows
15 Years Ago
by sstaarzz
… get the error message at the lower left screen "
waiting
for res://ieframe.dll dnserrordiagoff.htm" then the white…
Re: waiting for res://ieframe.dll dnserrordiagoff.htm
Hardware and Software
Microsoft Windows
15 Years Ago
by caperjack
… get the error message at the lower left screen "
waiting
for res://ieframe.dll dnserrordiagoff.htm" then the white…
Waiting for image src to finish loading
Programming
Web Development
14 Years Ago
by griffinmt
… way to start the new src coming and then detecting/
waiting
when it is complete?
Waiting for threads
Programming
Software Development
14 Years Ago
by Swiftle
… which both have a thread on their own. I tried
waiting
, and using while(moving)/(collecting) but the lock the entire…
Waiting for file to be written
Programming
Software Development
11 Years Ago
by duke.tim
… the file already exsists? Is there any way of reliably
waiting
for the whois to finish, write to file and then…
Re: Waiting till another exe file finishes
Programming
Software Development
16 Years Ago
by nucleon
Assuming Windows, here's an example of
waiting
for an exe to finish. [code] STARTUPINFO si = {sizeof (STARTUPINFO)}; PROCESS_INFORMATION pi; CreateProcess( "\\windows\\notepad.exe", NULL, 0, 0, 0, 0, 0, 0, &si, &pi ); WaitForSingleObject( pi.hProcess, INFINITE ); [/code]
Re: Waiting in C++
Programming
Software Development
14 Years Ago
by Ancient Dragon
[QUOTE=rubberman;1515350]Standards use the sleep(seconds) function, not wait.[/QUOTE] there are no standards for
waiting
. *nix, MS-Windows and MS-DOS all use something else. The c++ standards say nothing at all about the topic.
Re: Waiting in C++
Programming
Software Development
14 Years Ago
by rubberman
[QUOTE=Ancient Dragon;1515355]there are no standards for
waiting
. *nix, MS-Windows and MS-DOS all use something else. The c++ standards say nothing at all about the topic.[/QUOTE] Ok, *nix standards use sleep(n). I've also used that with Windoze.
Threading/Busy Waiting
Programming
Software Development
17 Years Ago
by mickinator
… into bag. updateDelta( ); // Update the delta value. notifyAll( ); // Notify
waiting
threads. } /** * Method to take a sweet from the bag. If… from bag. updateDelta( ); // Update the delta value. notifyAll( ); // Notify
waiting
threads. } /** * Prints info about the bags contents in the format…
Computer prob with call waiting
Hardware and Software
Microsoft Windows
19 Years Ago
by Vasago
… weeks my comp has been acting weird with my call
waiting
. It was fine and had no probs till then. Out… mail. So something inside my comp is causing the call
waiting
line not to work properly and I have no idea… a hidden program trying to dial out on the call
waiting
line or my mother board may be going bad although…
Re: Creating waiting page in ASP.net
Programming
Web Development
15 Years Ago
by Ramesh S
….simple-talk.com/dotnet/asp.net/implementing-
waiting
-pages-in-asp.net/"]Implementing
Waiting
Pages in ASP.NET[/URL] [URL="…"]Lock ASP.NET Page and Show Animated Image While
Waiting
for a Long Post-Back[/URL]
Re: Creating waiting page in ASP.net
Programming
Web Development
15 Years Ago
by Sals
[QUOTE=witinnovation;1063568]I have read the article that how to create
waiting
page but not understand properly anyone can post one more example of
waiting
page in ASP.net[/QUOTE] Instead of using
waiting
page use Update Progress of AJAX that will make ur life very easy
Re: Java Queue and Average Waiting Time
Programming
Software Development
14 Years Ago
by Taywin
… about the equation for CPU scheduling... The average
waiting
time is the total
waiting
time of all processes divide by the total… 10 20 30 |---------|---------|---------|----- | | | | p1 p2 p3 end Now compute the
waiting
time... p1 -> arrives and starts => 0 p2 ->…
Re: Computer prob with call waiting
Hardware and Software
Microsoft Windows
19 Years Ago
by Cain
… the line out to a desk phone. last disable call
waiting
while dialing out by using the LASS code *70 Imput…
Is everyone waiting till dx10?
Hardware and Software
Hardware
18 Years Ago
by GREENHOUSE
just wondering if you are all
waiting
on dx10 to come out before buying a graphic card. I have a agp 7800 gsx 256mb and dont know whether to wait for dx10 before getting a graphic card. and am thinking of upgrade to pci motherboard. What card have you got now and are you
waiting
for dx10 all? :mrgreen:
Creating waiting page in ASP.net
Programming
Web Development
15 Years Ago
by witinnovation
I have read the article that how to create
waiting
page but not understand properly anyone can post one more example of
waiting
page in ASP.net
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC