English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in vb.net

textBox1.select(int,int)
what does this do

2006-09-21 19:03:14 · 1 answers · asked by Rami 5 in Computers & Internet Programming & Design

i am studying from an e-book
besides any tool hat you might think it's not helpful to you might be very helpful to others

finaly i could do the following
dim str as string = "RAJ"
textbox1.text = str
textbox1.select(2,2) // high lights AJ
textbox1.copy //ctrl + c
.
.
.
.
.

2006-09-21 19:34:33 · update #1

1 answers

i never worked on VB.NET but i can guess.

textbox1.select(int x, int y)

selects the string in textbox1 starting from x upto y.

x = starting character
y = end character

.........new answer ................

x = starting character
y = number of chars to be selected ..

is it ok now .. ?

2006-09-21 19:20:53 · answer #1 · answered by Digitally Й!Й 3 · 0 0

fedest.com, questions and answers