Link to home
Start Free TrialLog in
Avatar of Rahamathulla_J
Rahamathulla_J

asked on

Threading doubt

I have a windows application in that

Main()
{

   show some form()

    some new thread is started and do the display (yes or no) button and ask the user input after the input it has to go to the main thread
}

How can i do that?
Avatar of Rahamathulla_J
Rahamathulla_J

ASKER



The user clicked information should be passed back to the main thread means (Main form) that is my requirement
ASKER CERTIFIED SOLUTION
Avatar of AlexNek
AlexNek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial