Page 1 of 1

Handling system popup messages from within GameAPI

PostPosted: May 2, 2001 @ 5:57am
by Hunter
I am trying to accept gracefully any system pop-ups from within my application (which is using GameAPI). However when a pop-up occurs, my application seems to want to keep going, causing me problems. I've added code to intercept WM_KILLFOCUS and WM_SETFOCUS, but these messages are never received. Any ideas?<br><br>

Re: Handling system popup messages from within GameAPI

PostPosted: May 2, 2001 @ 9:29am
by Dan East
Try handling the WM_ACTIVATE message.<br><br>Dan East