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

C#

 
GeneralRe: Function waiting Pin
discreetz30-Sep-09 21:14
discreetz30-Sep-09 21:14 
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 
Hi,

if you only want the one thread, you should use a Windows.Forms.Timer and put your stuff in its Tick handler. It would tick every second, and your code should be done in much less, otherwise you ruin the user experience and really need a second thread (as in a BackgroundWorker).

Smile | :)

Luc Pattyn

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Function waiting Pin
discreetz1-Oct-09 13:35
discreetz1-Oct-09 13:35 
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 

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.