by pietman
19. December 2011 14:40
threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException'
solution:
textBox1.Invoke( new MethodInvoker( delegate { textBox1.AppendText("."); }));
a2261b32-9ce7-4114-9d4b-5650d0490bdd|0|.0
Tags:
Errors