Posted: Wed Apr 23, 2003 10:23 am
Restored from previous forum. Originally posted by ebknoppert.
The WaitForWindowsEvent() doesn't seem to use IsDialogMessage()
This is not really handy since it will prevent some important messages to occure.
I write custom controls and they awaite the WM_GETDLGCODE message.
Without this IsDialog() API it will use WM_KEYDOWN instead.
This is not my goal to handle it this way.
I have never seen any problem using the IsDialog.. in SDK apps.
So...?
I wonder how PureBasic currently handles the WM_TABSTOP part.
??
http://www.hellobasic.com
The WaitForWindowsEvent() doesn't seem to use IsDialogMessage()
This is not really handy since it will prevent some important messages to occure.
I write custom controls and they awaite the WM_GETDLGCODE message.
Without this IsDialog() API it will use WM_KEYDOWN instead.
This is not my goal to handle it this way.
I have never seen any problem using the IsDialog.. in SDK apps.
So...?
I wonder how PureBasic currently handles the WM_TABSTOP part.
??
http://www.hellobasic.com