Which form control best satisfies these requirements?

  • Thread starter Thread starter ChasW
  • Start date Start date
C

ChasW

Thank you for reading my question.

I am wondering if there is a Rich Edit 2.0 capable control in access
that works similarly to the ones I have worked with in C++/Win32.

I just need read-only for the moment, but specifically, I am seeking
to do the following:

muti-line
per line formatting i.e. font weight, text alignment
horizontal and vertical scrolling
completely hide the frame / border for the control

Just looking through the list, I do see Microsoft Forms 2.0 TextBox
which after googling I see you can set the class for
RICHTEXT.RichtextCtrl.1 but I am not finding a good reference for
programmitically working with this control. Also, after playing with
this one, none of the properties seem to allow hiding the border.

If this is the one that is recommended, I'll need a pointer to a
decent reference, otherwise I am still looking for a control.

Chas
 
Back
Top