
Posted:
Aug 15, 2004 @ 5:27am
by InexorableTash
For (2) you want to add a case for WM_KILLFOCUS into CGapiApplication::WindowProc. Look it up on MSDN to make sure you handle it properly; look carefully at the Remarks section - changing window states can deadlock the app.

Posted:
Aug 16, 2004 @ 12:51am
by egarayblas
Thanks for the tips guys!
