I'm writing a function to cut the information out of a textbox when a button is pressed. There are many textboxes on the form, and I only want to cut the information in the box that has the cursor. I really don't want to look for the cursor in each textbox in each level of the form.
Is there a way to reference the "current" textbox?
Thanks,
NT
Is there a way to reference the "current" textbox?
Thanks,
NT
Comment