Hi, > I am trying to have a control which knows it has > been tabbed out of.
You mean as opposed to any other way of losing focus? In the control's OnExit event, use GetAsyncKeyState() to see if the tab key (VK_TAB) is down. regards, Martin.
Hi, > I am trying to have a control which knows it has > been tabbed out of.
You mean as opposed to any other way of losing focus? In the control's OnExit event, use GetAsyncKeyState() to see if the tab key (VK_TAB) is down. regards, Martin.