Re: Hiding caret of textbox by Stoitcho
Stoitcho
Thu Feb 02 08:52:55 CST 2006
Jared,
You can hide the caret by setting the style to read-only. You don't like the
grey background? Why don't you go ahead and change the backfround color for
the this read-only text box? Use whatever color you like.
Keep in mind though that even read-only and without caret the text is still
selectable because one may not be able to change the text, but one can still
copy the text in the clipboard.
--
Stoitcho Goutsev (100)
"Jared" <jared@paradigmitz.net.au> wrote in message
news:udNciK6JGHA.3120@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I would like to hide cursor, but dont wont to have a 'grayed' text box by
> using read-only property.
>
> Or if windows would stop selecting text automatically after a calling
> focus method from antoher textbox that has a text selection.
>
>