Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have working on Dialog based application,In Main Dialog multiple tab are there, every tab has single event and in every event has multiple operation like that,(two or three button are pressed simultaneously if ,suppose that x button is press and process and press the y button do not interrelate with other,execute our own process)so, how can i implement multi-threading ?
Accordingly the tab event, thread is process but without effecting any other thread statement or any other event.

I was try to implement the thread in main dialog to initialize the thread on OnInitDialog but its not working. so, Please guide me.
Posted
Comments
CPallini 27-Nov-15 3:01am    
"I was try to implement the thread in main dialog to initialize the thread on OnInitDialog but its not working. so"
What is, exactly, the proble?
ranjithsubra 20-Sep-16 9:43am    
What type of thread are you created ? . Is that userinterface or worker thread ? .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900