I'm trying to add items to a list view in a different thread than it was created in and am getting a cross-thread error. How can I make this element accessible in other threads?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
try to use property control: InvokeRequired - http://msdn.microsoft.com/en-us/library/ms171728%28VS.80%29.aspx
|
|||
|
|
Use a http://msdn.microsoft.com/en-us/library/dd997394.aspx The advantage to this approach over P.S. If you're not on .NET 4.0 yet, then |
|||
|
|