I have a windows form with a button in it. I have 2 threads and i want to change the button name from the other thread. I get an error when i do that. how can i change the button name?
P.S. I know that a same question alredy posted, but the solution there can't help me. I can't use the Dispatcher
, maybe it's because i use .NET 2.0 (I have to...).