Click here to Skip to main content
15,891,777 members
Home / Discussions / C#
   

C#

 
AnswerRe: IList implementation with change event? Pin
Leslie Sanford19-Apr-07 8:53
Leslie Sanford19-Apr-07 8:53 
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 
OK --first post...;P
I have a windows app (simulation tool) that does a bunch of background number crunching. This is my first full C# project.

I want to stream some progress messages back to the user since the full simulation takes some time to run. (a la the messages that scroll by in a box during some software installation) The messagebox doesn't really do the trick.

Right now I am using a readonly textbox on the form and adding each message to the .Text property of the box, but this does not seem like the most efficient way. It usually doesn't actually display anything until it has all the messages --you just see the scroll bar changing in an empty box and then all the text appears, and when it's all said and done, there will be alot of messages and this seems like a lot of redrawing mostly the same thing...)

Basically, I want the equivalent of Console window Writeline messaging but delivered to a windows app something. It seems like there should be such a thing, but I can’t find it.Confused | :confused:

Thanks in advance.


-- modified at 12:49 Thursday 19th April, 2007

OK --so it turns out the property I was looking for was AppendText. I just didn't find that in any convenient documentation sources. It sounds like the Application.DoEvents() has some real memory use problems
AnswerRe: "pipe" messages to a windows textbox (or other windows pane) Pin
Dave Kreskowiak19-Apr-07 5:10
mveDave Kreskowiak19-Apr-07 5:10 
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 

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.