And that way the program continues on with what you wanted it to do in the first place.
I'll have to look up the actual code fot the You_Know_What_I_Mean() function and post it here when I can find it again. It's been a long time since I wrote it. -:)
But Where Exacly i need to put this :
if(MessageBox(hwnd,IGNORE_THE_COMPILER("Some Message"), "Title", MB_STUFF_THE_COMPILER)==ID_ERROR)
{
You_Know_What_I_Mean();
return 0;
}