Rich text control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to have a rich text control for a text box. Does microsoft has any
utility for creating it? If not, what should I do to have a rich text control?

Thanks,
Krishna
 
Hi,

Thanks for the link.Actually I want to highlight a particulat text in a text
box. I got another plan. I am planning to have two textboxes. Textbox 1 is
main textBox and textbox2 is the small formatted box in which I am planning
to populate the text to be highlighted. Thru VBA code, I want to position
this textbox2 over portion of the textt in TextBox1 such that it appears
highlighted.

Can I know what are the APi's that I can use to get the position of the text
in main textbox?

Thanks a lot
Krishna
 
Hi,

Thanks for your inputs. I laugh at me for complicating so much.

I learnt that Hideselection property can be used to highlight the text even
if the control loose it's focus. But that property is not available in Access
2000 VBA? Can you let me know the alternate method name?
 
hi,
Well, don't know if you can use something like Hideselection with access
textbox.

Alex
 
Back
Top