J
James Hancock
Anyone know how to intercept (reliably) the tab focus change for any control
on a container?
Basically what I'm trying to do, is have it so that if the user is on the
last control in the tab order on a tab page in a tab control, it will move
to the next tab, and set the focus to the first control on that new page
instead of what it does right now which is to move out of the tab control to
the next control outside of the tab control.
Any ideas would be apreciated. I tried overriding the wndProc for the tab
control itself and there weren't any events firing on it.
Thanks!
James Hancock
on a container?
Basically what I'm trying to do, is have it so that if the user is on the
last control in the tab order on a tab page in a tab control, it will move
to the next tab, and set the focus to the first control on that new page
instead of what it does right now which is to move out of the tab control to
the next control outside of the tab control.
Any ideas would be apreciated. I tried overriding the wndProc for the tab
control itself and there weren't any events firing on it.
Thanks!
James Hancock