selLength and no highlight
- From: oaksong@xxxxxxxxxxx
- Date: 28 Aug 2006 08:01:20 -0700
I'm passing a control to a subroutine in a *module* that does
spellchecking. Within the subroutine I have this line of code:
Public Sub SpellCheck(ByRef txtCtrl As TextBox)
.....
txtCtrl.SelLength = lngPos - lngStart
.....
I was assuming that this would automatically highlight the text, but it
doesn't and it would be very helpful if it did.
Comments/thoughts?
Thanks
Chris
.
- Follow-Ups:
- Re: selLength and no highlight
- From: Rick Rothstein \(MVP - VB\)
- Re: selLength and no highlight
- From: eschuylerTAKE
- Re: selLength and no highlight
- Prev by Date: Re: CRC32 using VB.net
- Next by Date: Re: selLength and no highlight
- Previous by thread: FileSystemObject api
- Next by thread: Re: selLength and no highlight
- Index(es):
Relevant Pages
|