rajeshnrh74
Programmer
- Jun 19, 2007
- 9
Hi Gurus,
I need one solution
I'm using VB6, one of its Form contains a TextBox
What i need is whatever characters I type in it that
should be highlighted
ex
First when I type "a" -> "a" should be selected
second when I type "b" -> "ab" should be selected
third when I type "c" -> "abc" should be selected
fourth when I type "d" -> "abcd" should be selected
likewise it go.
ie overall characters upto the cursor end should be selected.
Help me out.
I need one solution
I'm using VB6, one of its Form contains a TextBox
What i need is whatever characters I type in it that
should be highlighted
ex
First when I type "a" -> "a" should be selected
second when I type "b" -> "ab" should be selected
third when I type "c" -> "abc" should be selected
fourth when I type "d" -> "abcd" should be selected
likewise it go.
ie overall characters upto the cursor end should be selected.
Help me out.