
12-01-2008, 7:31 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,328
Reputation: 1315
|
|
If you are crossthreading you must use control.invoke(delegate) to invoke the method on control thread, not delegate.invoke (this is same as calling method directly).
|