Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi bros.
I have some background threads(2 or 3),as you know we can't directly access the UI controls from background thread .
so how can I manipulate UI controls asynchronously(for example move controls in async manner)?
what's the solution ?:confused:
please post a link or snippet code (clear guidance). ;)
Posted

 
Share this answer
 
You can use background worker threads and call the main thread using the progress mechanism, to make it do UI work. Or you can use the Invoke methods to tell the UI control to move.
http://weblogs.asp.net/justin_rogers/pages/126345.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900