Click here to Skip to main content
15,919,774 members
Home / Discussions / C#
   

C#

 
QuestionRegular Expression Doesn't work 100% Pin
Brendan Vogt26-Oct-05 22:34
Brendan Vogt26-Oct-05 22:34 
AnswerRe: Regular Expression Doesn't work 100% Pin
leppie26-Oct-05 22:58
leppie26-Oct-05 22:58 
QuestionScheduled Tasks Pin
Mridang Agarwalla26-Oct-05 22:20
Mridang Agarwalla26-Oct-05 22:20 
QuestionCreating a DWORD value in the registry Pin
Mridang Agarwalla26-Oct-05 22:12
Mridang Agarwalla26-Oct-05 22:12 
AnswerRe: Creating a DWORD value in the registry Pin
leppie26-Oct-05 23:00
leppie26-Oct-05 23:00 
Questionpblm in Xml updation Pin
Nadia Stoichov26-Oct-05 22:07
sussNadia Stoichov26-Oct-05 22:07 
QuestionUpdating a Form while coping files Pin
ah-a26-Oct-05 21:50
ah-a26-Oct-05 21:50 
AnswerRe: Updating a Form while coping files Pin
mav.northwind27-Oct-05 3:15
mav.northwind27-Oct-05 3:15 
Hi!

If you are adding text to the TextBox from a different thread, you'll have to use Invoke or BeginInvoke to call a delegate to insert the text.

You can also keep the copying in your main thread and just call Application.DoEvents() after appending the text.
That way the UI thread will process messages and your TextBox will be updated eventually.

Regards,
mav
QuestionException on Instantiating TextBox Pin
wasife26-Oct-05 19:58
wasife26-Oct-05 19:58 
AnswerRe: Exception on Instantiating TextBox Pin
MoustafaS26-Oct-05 20:12
MoustafaS26-Oct-05 20:12 
GeneralRe: Exception on Instantiating TextBox Pin
mav.northwind26-Oct-05 20:51
mav.northwind26-Oct-05 20:51 
GeneralRe: Exception on Instantiating TextBox Pin
wasife29-Oct-05 4:26
wasife29-Oct-05 4:26 
GeneralRe: Exception on Instantiating TextBox Pin
mav.northwind29-Oct-05 8:24
mav.northwind29-Oct-05 8:24 
QuestionAsynchronous Sockets Pin
akshayswaroop26-Oct-05 19:44
akshayswaroop26-Oct-05 19:44 
QuestionAdding Data and Sorting ListView Pin
MJay26-Oct-05 19:32
MJay26-Oct-05 19:32 
Questionweb design Pin
momoo26-Oct-05 16:36
momoo26-Oct-05 16:36 
AnswerRe: web design Pin
Christian Graus26-Oct-05 16:44
protectorChristian Graus26-Oct-05 16:44 
QuestionPlease help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:04
Tigger9926-Oct-05 16:04 
AnswerRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:13
protectorChristian Graus26-Oct-05 16:13 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:16
Tigger9926-Oct-05 16:16 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:19
protectorChristian Graus26-Oct-05 16:19 
Questionprogram execution Pin
Zjaded26-Oct-05 15:24
Zjaded26-Oct-05 15:24 
AnswerRe: program execution Pin
leppie26-Oct-05 15:28
leppie26-Oct-05 15:28 
AnswerRe: program execution Pin
Christian Graus26-Oct-05 15:51
protectorChristian Graus26-Oct-05 15:51 
Questionsystem.array as parameter Pin
Member 239309226-Oct-05 14:56
Member 239309226-Oct-05 14:56 

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.