kdagg22
04-02-2004, 08:12 PM
EDIT: After posting, the "Similar Threads" feature of Xtreme VB Talk directed me to the answer.
Hello,
In VBA, when I advance through a form by pressing TAB, any text already in the textbox is automatically selected. However, in VB.NET, when I TAB through forms, the cursor simply goes to the end of existing text in textboxes.
Is there a way to instruct VB.NET textboxes to automatically select existing text? The HideSelection property only works if text has been manually selected in a textbox and later you return to that textbox.
Thanks in advance for any help.
EDIT: After posting, the "Similar Threads" feature of Xtreme VB Talk directed me to the answer.
Hello,
In VBA, when I advance through a form by pressing TAB, any text already in the textbox is automatically selected. However, in VB.NET, when I TAB through forms, the cursor simply goes to the end of existing text in textboxes.
Is there a way to instruct VB.NET textboxes to automatically select existing text? The HideSelection property only works if text has been manually selected in a textbox and later you return to that textbox.
Thanks in advance for any help.
EDIT: After posting, the "Similar Threads" feature of Xtreme VB Talk directed me to the answer.