Just to be sure and check all sides of the problem
I noticed:
this.txtStatus.Text + "\r\n" + text;
if its a one line textbox you won't be able to see the output, for testing purposes, try changing it to this
this.txtStatus.Text = text;
also be sure that in form shown you aren't setting the value of the textbox
Last edited by dickersonka; Mar 10th, 2009 at 12:52 pm.
Reputation Points: 133
Solved Threads: 141
Veteran Poster
Offline 1,162 posts
since Aug 2008