J
Jim
Is it possible to determine where the focus is going in or before the
OnValidating event has been processed?
I know you can ge the window recieveing focus in the LostFocus event
(WM_KILLFOCUS) but that is to late for what I want, the only other way I can
imagine doing it is using a window hook to the win32 message queue as
insepcting the messages in the queue.
Cheers
Jim
OnValidating event has been processed?
I know you can ge the window recieveing focus in the LostFocus event
(WM_KILLFOCUS) but that is to late for what I want, the only other way I can
imagine doing it is using a window hook to the win32 message queue as
insepcting the messages in the queue.
Cheers
Jim