B
BBFrost
We have a data entry application written within Framework 1.0 that contains
20+ custom user controls.
The controls overlay each other so that only one custom control is visible
at a time. What is the best way to keep the cursor from jumping to another
non-visible control when the user tabs past the (currently designated) last
control on the form. I've had some luck using the Leave event but the last
visible control can change depending on the state of the user control within
question.
Nothing seems to work consistently to keep the cursor within the bounds of
the user control.
Any suggestions would be GREATLY appreciated.
Thanks in advance.
Barry
in Oregon
20+ custom user controls.
The controls overlay each other so that only one custom control is visible
at a time. What is the best way to keep the cursor from jumping to another
non-visible control when the user tabs past the (currently designated) last
control on the form. I've had some luck using the Leave event but the last
visible control can change depending on the state of the user control within
question.
Nothing seems to work consistently to keep the cursor within the bounds of
the user control.
Any suggestions would be GREATLY appreciated.
Thanks in advance.
Barry
in Oregon