T
toysrwill
I have a form with many controls and I want the focus to stay on a
particular textbox no matter what the user does. I don't want to have
to code an event for absolutely everything the user can do. I tried
the leave event, but the problem with that is if the next event puts
text in the textbox then the cursor is at the beginning of the text
not the end. I know ways to accomplish this, however I just trying to
see if there is a better way. Maybe there is an event that is executed
after everything else.
Thanks in advance,
Will
particular textbox no matter what the user does. I don't want to have
to code an event for absolutely everything the user can do. I tried
the leave event, but the problem with that is if the next event puts
text in the textbox then the cursor is at the beginning of the text
not the end. I know ways to accomplish this, however I just trying to
see if there is a better way. Maybe there is an event that is executed
after everything else.
Thanks in advance,
Will