Visual Basic
Windows Forms
.NET Development
VS Express Editions
Visual C++
Visual Studio
VS Team System
Microsoft ISV
SQL Server
Architecture
Visual FoxPro
Visual C#
Smart Device
Game Technologies
Windows Vista
Software Development Network>> Windows Forms>> highlight text in textbox
highlight text in textbox
Hot Topic
How to Print a DataGrid in VB.NET
prerequisites error
Editable Panel within UserControl
Help with picture box and file locking
Backgroundworker Problem
AppUpdater Not Working
Visual Inheritance Issues
How can I get the DisplayMember value in a combobox in the datagridview?
Close button problem...URGENT!
Form.CausesValidation?
Windows Forms
DataGridView And Its CurrentRow
Creating List and Details view with Usercontrols
How do I create a GridView/edit screen?
Setup Project: Execute vsi file inside the msi
Searching DataGridViews
Many row's color in DataGrid Window Form
How to add/remove icons to/from the system tray
?? Right-Click on ListBox Item ??
IndexOutOfRangeExceptionwhile deleting multiple rows from a bound DataGridView
Control Default Value not pushed to DataSet
highlight text in textbox
i wish to highlight the text inside my textbox programatically, how can i do that can anyone help me thank you
i try with TextBox1.SelectAll() but it seem does not work
Answer this question
highlight text in textbox
Adam Tappis
Set the textboxes hideselection property to false so the text will be selected when the textbox does not have focus
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformstextboxbaseclasshideselectiontopic.asp
Dundy
hi ken,
i have try out, and it really works, thanks a lot...
highlight text in textbox
Answer this question
highlight text in textbox
Adam Tappis
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformstextboxbaseclasshideselectiontopic.asp
Dundy
i have try out, and it really works, thanks a lot...