Kirk,
As long as the user does not need to interact with the text, you can
..Enabled=false for the textbox.
You will lose the scroll bars though.
However, Tamar suggestion of a label may work better.
You can set the label's AutoSize=True, .Width to something suitable,
..MultiLine=true.
No scroll bars, but you can't have everything <g>.
NickHK
"kirkm" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Wed, 7 Mar 2007 05:59:13 -0800, Tamar
> <(E-Mail Removed)> wrote:
>
> >Why would you want to do that?
>
> Because the text box is being used to display a carefully formatted
> string. The cursor is both unnecessary and distracting.
>
> >A textbox is a control where the user can type
> >something. You shouls use a lable instead, and make it's background white
or
> >whichever color you like.
>
> I'm fairly new to this and may be wrong, but I thought a label
> didn't have scroll bars and couldn't grow to fit the text.
>
> Cheers - Kirk
>
> >greetz
> >
> >T.Janssens (Pro-Profit)
> >
> >"kirkm" wrote:
> >
> >>
> >> Is there any way, in a text box, to make the Cursor white so it's
> >> invisible?
> >>
> >> Thanks - Kirk
> >>
|