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

C#

 
Questionhow to get last active window in c# Pin
froxy27-Sep-10 21:12
froxy27-Sep-10 21:12 
AnswerRe: how to get last active window in c# Pin
Saksida Bojan27-Sep-10 23:57
Saksida Bojan27-Sep-10 23:57 
QuestionUsing Two Datatables in One DataSet in RDLC Report Pin
vanillaET27-Sep-10 18:11
vanillaET27-Sep-10 18:11 
QuestionRecommendation for FTP/SFTP/FTPS component in C#? Pin
1eyhk127-Sep-10 15:54
1eyhk127-Sep-10 15:54 
AnswerRe: Recommendation for FTP/SFTP/FTPS component in C#? Pin
Eddy Vluggen28-Sep-10 6:40
professionalEddy Vluggen28-Sep-10 6:40 
AnswerRe: Recommendation for FTP/SFTP/FTPS component in C#? Pin
jschell29-Sep-10 9:50
jschell29-Sep-10 9:50 
QuestionAsking Google for Pagerank Programatically Pin
jimbo809827-Sep-10 11:56
jimbo809827-Sep-10 11:56 
AnswerRe: Asking Google for Pagerank Programatically Pin
Luc Pattyn27-Sep-10 12:04
sitebuilderLuc Pattyn27-Sep-10 12:04 
any real work (or sleep) that takes more than a few tens of milliseconds should be delegated to one or more separate threads; if the work load is light and the latency small (again, milliseconds; yours isn't) you could organize it with a timer.

Study the BackgroundWorker (that is actually a thread) and don't you touch any GUI (HCI?) thingies from within its DoWork handler! Use the ReportProgress/ProgressChanged stuff if you must.

PS: you're lucky I read your entire message up to the end, I didn't see a question coming any time soon!

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Asking Google for Pagerank Programatically Pin
jimbo809827-Sep-10 23:58
jimbo809827-Sep-10 23:58 
GeneralRe: Asking Google for Pagerank Programatically Pin
jimbo809830-Sep-10 3:19
jimbo809830-Sep-10 3:19 
GeneralRe: Asking Google for Pagerank Programatically Pin
Luc Pattyn30-Sep-10 3:31
sitebuilderLuc Pattyn30-Sep-10 3:31 
QuestionHow to set folder/file security permission? Pin
Chesnokov Yuriy27-Sep-10 8:44
professionalChesnokov Yuriy27-Sep-10 8:44 
AnswerRe: How to set folder/file security permission? Pin
phil.o28-Sep-10 0:07
professionalphil.o28-Sep-10 0:07 
Questioncondition for x64 Pin
mersad0027-Sep-10 8:41
mersad0027-Sep-10 8:41 
GeneralRe: condition for x64 Pin
harold aptroot27-Sep-10 9:31
harold aptroot27-Sep-10 9:31 
GeneralRe: condition for x64 Pin
Luc Pattyn27-Sep-10 9:55
sitebuilderLuc Pattyn27-Sep-10 9:55 
QuestionRe: condition for x64 Pin
mersad0027-Sep-10 10:04
mersad0027-Sep-10 10:04 
AnswerRe: condition for x64 Pin
Dave Kreskowiak27-Sep-10 10:44
mveDave Kreskowiak27-Sep-10 10:44 
Questionre-using a dll. Pin
caradri27-Sep-10 4:47
caradri27-Sep-10 4:47 
AnswerRe: re-using a dll. Pin
Luc Pattyn27-Sep-10 5:04
sitebuilderLuc Pattyn27-Sep-10 5:04 
AnswerRe: re-using a dll. Pin
caradri27-Sep-10 6:26
caradri27-Sep-10 6:26 
AnswerRe: re-using a dll. Pin
Luc Pattyn27-Sep-10 6:31
sitebuilderLuc Pattyn27-Sep-10 6:31 
Questionc# Pin
Janded27-Sep-10 3:45
Janded27-Sep-10 3:45 
AnswerRe: c# Pin
Pete O'Hanlon27-Sep-10 4:01
mvePete O'Hanlon27-Sep-10 4:01 
AnswerRe: c# Pin
Dave Kreskowiak27-Sep-10 4:03
mveDave Kreskowiak27-Sep-10 4:03 

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.