R Ralph Flaugher Apr 20, 2004 #1 I am using SP2 and when I set "TrackBar.Value" my program hangs on that statement. Anybody know a fix?
I am using SP2 and when I set "TrackBar.Value" my program hangs on that statement. Anybody know a fix?
I Ilya Tumanov [MS] Apr 20, 2004 #2 Please use Control.Invoke() to access controls from another thread. Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. --------------------
Please use Control.Invoke() to access controls from another thread. Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. --------------------
M Maarten Struys, eMVP Apr 20, 2004 #3 You can take a look at this article, it contains a sample how to use Control.Invoke: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/compactfxtechart.asp -- Regards, Maarten Struys, eMVP PTS Software bv www.opennetcf.org | www.dotnetfordevices.com
You can take a look at this article, it contains a sample how to use Control.Invoke: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/compactfxtechart.asp -- Regards, Maarten Struys, eMVP PTS Software bv www.opennetcf.org | www.dotnetfordevices.com