Re: selLength and no highlight
- From: "Rick Rothstein \(MVP - VB\)" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 11:53:21 -0400
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?
Does changing the HideSelection property value to False do what you are
looking for?
Rick
.
- Follow-Ups:
- Re: selLength and no highlight
- From: oaksong
- Re: selLength and no highlight
- References:
- selLength and no highlight
- From: oaksong
- selLength and no highlight
- Prev by Date: Re: selLength and no highlight
- Next by Date: Re: selLength and no highlight
- Previous by thread: Re: selLength and no highlight
- Next by thread: Re: selLength and no highlight
- Index(es):
Relevant Pages
|