06-25-2012 01:15 PM
Hello All.
In my code i am scheduling two threads behind a button callback. They usually run properly at the callback and both function properly.It occurs often that when i presses the button, one thread runs and other does not run. What can be the possible cause and remedy?
Thanks.
06-26-2012 02:10 PM
Hi Moshi,
Are you processing the Windows message properly? Take a look the "Message Processing" section of this Developer Zone article and make sure that the Windows message isn't what is locking up your system.