Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
QuestionHELP Integrate MALAB Pin
abbd14-Feb-07 7:35
abbd14-Feb-07 7:35 
AnswerRe: HELP Integrate MATLAB Pin
andyharman14-Feb-07 8:27
professionalandyharman14-Feb-07 8:27 
QuestionAppDomain - Loading a assemly Pin
AJ12314-Feb-07 6:22
AJ12314-Feb-07 6:22 
AnswerRe: AppDomain - Loading a assemly Pin
Luc Pattyn14-Feb-07 7:00
sitebuilderLuc Pattyn14-Feb-07 7:00 
QuestionC# Pin
vasini14-Feb-07 6:02
vasini14-Feb-07 6:02 
AnswerRe: C# Pin
Guffa14-Feb-07 6:12
Guffa14-Feb-07 6:12 
QuestionHow to register CDO.DLL and CDOEXM.DLL on XP? Pin
bouli14-Feb-07 5:23
bouli14-Feb-07 5:23 
QuestionHow to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 5:10
Eddymvp14-Feb-07 5:10 
I have a program that I want to write on a textarea before it goes thru the the loop, and for some reason it just hands there and write to the text area after it finished going thru the loop.

I tried putting a Thread.Sleep timeout of 5 seconds and it still doesn't display the text. How can I get it to display the text before it enters to the loop.

<br />
messageRTB.Text= "Running \r\n";<br />
messageRTB.Text += " Please Wait, this will take a while...";<br />
Thread.Sleep(5000);<br />
// Num is unknown and it can be greater than 100.			<br />
for (int i=1; i<=Num; i++)<br />
{<br />
  // Do Something.<br />
}<br />

AnswerRe: How to write on a textarea when going thru a big loop? Pin
Colin Angus Mackay14-Feb-07 5:19
Colin Angus Mackay14-Feb-07 5:19 
GeneralRe: How to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 5:31
Eddymvp14-Feb-07 5:31 
AnswerRe: How to write on a textarea when going thru a big loop? Pin
Guffa14-Feb-07 6:04
Guffa14-Feb-07 6:04 
GeneralRe: How to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 6:30
Eddymvp14-Feb-07 6:30 
GeneralRe: How to write on a textarea when going thru a big loop? Pin
Ed.Poore14-Feb-07 6:39
Ed.Poore14-Feb-07 6:39 
GeneralRe: How to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 8:50
Eddymvp14-Feb-07 8:50 
GeneralRe: How to write on a textarea when going thru a big loop? Pin
Ed.Poore14-Feb-07 9:27
Ed.Poore14-Feb-07 9:27 
GeneralDoEvents can be dangerous Pin
Wayne Phipps14-Feb-07 10:07
Wayne Phipps14-Feb-07 10:07 
GeneralRe: DoEvents can be dangerous Pin
Ed.Poore14-Feb-07 10:22
Ed.Poore14-Feb-07 10:22 
AnswerRe: How to write on a textarea when going thru a big loop? Pin
Bassam Saoud14-Feb-07 5:24
Bassam Saoud14-Feb-07 5:24 
AnswerRe: How to write on a textarea when going thru a big loop? Pin
Stefan Troschuetz14-Feb-07 5:33
Stefan Troschuetz14-Feb-07 5:33 
QuestionEnumerators In C# Pin
Tee12314-Feb-07 4:30
Tee12314-Feb-07 4:30 
AnswerRe: Enumerators In C# Pin
Colin Angus Mackay14-Feb-07 4:47
Colin Angus Mackay14-Feb-07 4:47 
GeneralRe: Enumerators In C# Pin
Tee12314-Feb-07 5:14
Tee12314-Feb-07 5:14 
GeneralRe: Enumerators In C# Pin
Colin Angus Mackay14-Feb-07 5:25
Colin Angus Mackay14-Feb-07 5:25 
GeneralRe: Enumerators In C# Pin
Ed.Poore14-Feb-07 6:41
Ed.Poore14-Feb-07 6:41 
GeneralRe: Enumerators In C# Pin
Russell Jones14-Feb-07 6:03
Russell Jones14-Feb-07 6: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.