Alrighty, I'm understanding threads alot more than I was before heheh but here's my next hurdle. I created a thread and got it working fine but now I can't figure out how to stop it. I would like the thread to stop running when I click on the quit button I have setup.
case ID_QUITBTN:
?
break;
