G
Guest
Hello,
I need to trap/detect when a textbox is entered via the tabkey. If the
textbox is not empty when entered via the tabkey then set focus to next
textbox. To enter that textbox would then require a mouseclick if it already
contains text to be edited. I am guessing that I would need to trap for
this in the Enter Event of this particular textbox.
I tried this in the Enter Event of the Textbox, but...
if ctype(sender,KeyValuePair(Of, " "))
obviously not working. I would be very grateful if someone could share how
to trap/detect when entering a textbox via the tabkey.
Thanks,
Rich
I need to trap/detect when a textbox is entered via the tabkey. If the
textbox is not empty when entered via the tabkey then set focus to next
textbox. To enter that textbox would then require a mouseclick if it already
contains text to be edited. I am guessing that I would need to trap for
this in the Enter Event of this particular textbox.
I tried this in the Enter Event of the Textbox, but...
if ctype(sender,KeyValuePair(Of, " "))
obviously not working. I would be very grateful if someone could share how
to trap/detect when entering a textbox via the tabkey.
Thanks,
Rich