¡@

Home 

c# Programming Glossary: samplefunction

Writing to a TextBox from another thread?

http://stackoverflow.com/questions/519233/writing-to-a-textbox-from-another-thread

the Form1.cs public Form1 InitializeComponent new Thread SampleFunction .Start public static void SampleFunction while true WindowsFormsApplication1.Form1.ActiveForm.Text.. new Thread SampleFunction .Start public static void SampleFunction while true WindowsFormsApplication1.Form1.ActiveForm.Text hi... Form1 Form public Form1 InitializeComponent new Thread SampleFunction .Start public void AppendTextBox string value if InvokeRequired..