1) Single Line Textbox can have a horizontal scrollbar-i READ FROM D BUK.
But no scrollbar is going to attached with single line textbox. Can a single line textBOX HAVE hor. scrollbar.
2)Selstart and SelLength
Private Sub Command1_Click()
Text1.SelText = UCase$(Text1.SelText)
Label1.Caption = Text1.SelStart
Label2.Caption = Text1.SelLength
End Sub
I have one textbox,two labels & one button.
Suppose i enter in textbox
sonia have done engineering.
If i select have & click on button then in label1 y 10 is displayed. According to me 7 is displayed. & in label2,nothing is displayed.In label2 acc. to me,4 is displayed.