Hi,
I am working on a program that has a number of textboxes. They are loaded from a fixed length string array when the program starts.
The user will need to edit some (hopefully very little) of the info in the text boxes.
What I can't seem to find is a way to highlight the entire existing contents of the TEXTBOX control when a user clicks or tabs into it.
Is there a simple way to do this?
Ken
I am working on a program that has a number of textboxes. They are loaded from a fixed length string array when the program starts.
The user will need to edit some (hopefully very little) of the info in the text boxes.
What I can't seem to find is a way to highlight the entire existing contents of the TEXTBOX control when a user clicks or tabs into it.
Is there a simple way to do this?
Ken
Comment