One dought
-
Hi all The framework calls OnKillFocus() member function immediately before losing the input focus. Just like that is there is any function that we can override when the window regains the focus. Thanks and regards Deepu
-
Hi all The framework calls OnKillFocus() member function immediately before losing the input focus. Just like that is there is any function that we can override when the window regains the focus. Thanks and regards Deepu
What about
OnSetFocus
[^]? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
What about
OnSetFocus
[^]? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Is there is any message handler for this function
-
Is there is any message handler for this function
Is is a message handler (it handles
WM_SETFOCUS
). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Is is a message handler (it handles
WM_SETFOCUS
). :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Thanks a lot.