Click here to Skip to main content
15,885,670 members
Home / Discussions / C#
   

C#

 
GeneralRe: IList implementation with change event? Pin
peterchen19-Apr-07 13:29
peterchen19-Apr-07 13:29 
QuestionGenerate a form by using form name as string Pin
ayca19-Apr-07 5:02
ayca19-Apr-07 5:02 
AnswerRe: Generate a form by using form name as string [modified] Pin
Tarakeshwar Reddy19-Apr-07 5:09
professionalTarakeshwar Reddy19-Apr-07 5:09 
QuestionRe: Generate a form by using form name as string Pin
CPallini19-Apr-07 5:19
mveCPallini19-Apr-07 5:19 
AnswerRe: Generate a form by using form name as string Pin
Tarakeshwar Reddy19-Apr-07 5:22
professionalTarakeshwar Reddy19-Apr-07 5:22 
AnswerRe: Generate a form by using form name as string Pin
Colin Angus Mackay19-Apr-07 5:17
Colin Angus Mackay19-Apr-07 5:17 
Question"pipe" messages to a windows textbox (or other windows pane) [modified] Pin
Ashley Sanders19-Apr-07 4:32
Ashley Sanders19-Apr-07 4:32 
AnswerRe: "pipe" messages to a windows textbox (or other windows pane) Pin
Dave Kreskowiak19-Apr-07 5:10
mveDave Kreskowiak19-Apr-07 5:10 
The problem is that you're running your calculations on the UI thread. That will stop the update to the UI when you update the TextBox pretty quick.

The best solution is to move your long-running code to a background thread. A quick'n'dirty workaround is to call Application.DoEvents() every time you update that TextBox. But, there are pitfalls with using it if you don't manage the usable state of the controls your users can click on properly.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: "pipe" messages to a windows textbox (or other windows pane) Pin
Luc Pattyn19-Apr-07 7:53
sitebuilderLuc Pattyn19-Apr-07 7:53 
QuestionFile transfer Pin
Niiiissssshhhhhuuuuu19-Apr-07 3:57
Niiiissssshhhhhuuuuu19-Apr-07 3:57 
AnswerRe: File transfer Pin
Dave Kreskowiak19-Apr-07 4:30
mveDave Kreskowiak19-Apr-07 4:30 
AnswerRe: File transfer Pin
Judah Gabriel Himango19-Apr-07 4:46
sponsorJudah Gabriel Himango19-Apr-07 4:46 
AnswerRe: File transfer Pin
pbraun19-Apr-07 5:04
pbraun19-Apr-07 5:04 
GeneralRe: File transfer Pin
Dave Kreskowiak19-Apr-07 5:07
mveDave Kreskowiak19-Apr-07 5:07 
GeneralRe: File transfer Pin
Niiiissssshhhhhuuuuu19-Apr-07 17:44
Niiiissssshhhhhuuuuu19-Apr-07 17:44 
GeneralRe: File transfer Pin
Niiiissssshhhhhuuuuu19-Apr-07 17:46
Niiiissssshhhhhuuuuu19-Apr-07 17:46 
QuestionExport Single MS Access Data Table Pin
polishprogrammer19-Apr-07 3:45
polishprogrammer19-Apr-07 3:45 
Questionwho can teach me hacker id games..?? Pin
katak9119-Apr-07 3:35
katak9119-Apr-07 3:35 
AnswerRe: who can teach me hacker id games..?? Pin
Dave Kreskowiak19-Apr-07 4:15
mveDave Kreskowiak19-Apr-07 4:15 
AnswerRe: who can teach me hacker id games..?? Pin
Colin Angus Mackay19-Apr-07 5:14
Colin Angus Mackay19-Apr-07 5:14 
QuestionMicrosoft Interop Office Word Pin
g1b19-Apr-07 3:24
g1b19-Apr-07 3:24 
AnswerRe: Microsoft Interop Office Word Pin
kubben19-Apr-07 6:26
kubben19-Apr-07 6:26 
GeneralRe: Microsoft Interop Office Word Pin
g1b19-Apr-07 7:16
g1b19-Apr-07 7:16 
GeneralRe: Microsoft Interop Office Word Pin
kubben19-Apr-07 7:43
kubben19-Apr-07 7:43 
QuestionImplementing "CANCEL" action while copying large files Pin
manustone19-Apr-07 3:04
manustone19-Apr-07 3:04 

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.