I am new in C#; I am having some issue with editing properties across threads. For that I thought that I would have to use the Invoke () method. But I am not confident how to use that. This is my code:
Imge1 is twisted by the main thread.
In a different thread I have the following C# code
imge1.Left = imge1.Left + 1
though this throws up an error. Please solve my problem as soon as possible.



Reply With Quote
Copyright Techfuels
Bookmarks