after entering some text in textbox control (C# window application)and pressing button it will raise two events one is button click and another is my application defined event. im not able to catch the event. and im getting this error. how to solve this ... pls help..
Asked
Active
Viewed 3,167 times
1 Answers
3
Take a look at this thread. I hope it helps you out:
-
I hope a short and simple tutorial will also do: http://www.codeproject.com/KB/cs/GenericCrossThread.aspx – MUG4N May 05 '10 at 12:57