Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Function waiting Pin
Mirko198030-Sep-09 22:05
Mirko198030-Sep-09 22:05 
GeneralRe: Function waiting Pin
discreetz30-Sep-09 22:10
discreetz30-Sep-09 22:10 
GeneralRe: Function waiting Pin
Mirko198030-Sep-09 22:19
Mirko198030-Sep-09 22:19 
GeneralRe: Function waiting Pin
discreetz30-Sep-09 22:26
discreetz30-Sep-09 22:26 
GeneralRe: Function waiting Pin
Mirko198030-Sep-09 22:58
Mirko198030-Sep-09 22:58 
AnswerRe: Function waiting Pin
harold aptroot30-Sep-09 22:47
harold aptroot30-Sep-09 22:47 
AnswerRe: Function waiting Pin
Luc Pattyn30-Sep-09 23:54
sitebuilderLuc Pattyn30-Sep-09 23:54 
GeneralRe: Function waiting Pin
discreetz1-Oct-09 13:35
discreetz1-Oct-09 13:35 
Well if i went the timer route, wouldn't i need a timer for each function? Ideally i want to use a timer, but i just cant figure a way on how to do it. There might be 10 or more function calls within my Loop function. Is there a more simple approach to using the timer?

Just to reiterate, my Loop function would look somthing like this:

Loop()
{
One();
Two();
Three()
...
up to 10 or more function calls.
}

The goal is to have about a 1 second wait inbetween each call
Ex:
Loop()
{
One();
Wait 1 second
Two();
...and so on
}

Thanks!
GeneralRe: Function waiting Pin
Luc Pattyn1-Oct-09 13:51
sitebuilderLuc Pattyn1-Oct-09 13:51 
GeneralRe: Function waiting Pin
discreetz1-Oct-09 15:12
discreetz1-Oct-09 15:12 
GeneralRe: Function waiting Pin
pradnya_k2-Oct-09 1:41
pradnya_k2-Oct-09 1:41 
QuestionHow to wait for a window to appear before sending keystrok using sendkeys? Pin
Paramhans Dubey30-Sep-09 20:31
professionalParamhans Dubey30-Sep-09 20:31 
AnswerRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Mycroft Holmes30-Sep-09 23:28
professionalMycroft Holmes30-Sep-09 23:28 
AnswerRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Luc Pattyn30-Sep-09 23:58
sitebuilderLuc Pattyn30-Sep-09 23:58 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Paramhans Dubey1-Oct-09 0:23
professionalParamhans Dubey1-Oct-09 0:23 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Paramhans Dubey1-Oct-09 0:24
professionalParamhans Dubey1-Oct-09 0:24 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Luc Pattyn1-Oct-09 0:48
sitebuilderLuc Pattyn1-Oct-09 0:48 
QuestionIssues with XML Deserializing of List Pin
User 1278230-Sep-09 19:44
User 1278230-Sep-09 19:44 
AnswerRe: Issues with XML Deserializing of List Pin
SeMartens30-Sep-09 22:14
SeMartens30-Sep-09 22:14 
GeneralRe: Issues with XML Deserializing of List Pin
User 127821-Oct-09 6:01
User 127821-Oct-09 6:01 
GeneralRe: Issues with XML Deserializing of List Pin
SeMartens1-Oct-09 21:29
SeMartens1-Oct-09 21:29 
GeneralRe: Issues with XML Deserializing of List Pin
User 127822-Oct-09 10:01
User 127822-Oct-09 10:01 
GeneralRe: Issues with XML Deserializing of List Pin
User 127822-Oct-09 10:54
User 127822-Oct-09 10:54 
QuestionHow to create a powerpoint chart using C# code? Pin
Ahsan Nabi Khan30-Sep-09 19:36
Ahsan Nabi Khan30-Sep-09 19:36 
QuestionIT Help desk Pin
mirianakoi30-Sep-09 17:33
mirianakoi30-Sep-09 17:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.