How can we lock textbox control in C# as we used to lock
it in vb6.

Re: Locking Textbox by Xian

Xian
Fri May 14 01:04:59 CDT 2004

textBox1.ReadOnly = true;

"Vicky" <anonymous@discussions.microsoft.com> ha scritto nel messaggio
news:d0bd01c43971$66c523e0$a301280a@phx.gbl...
> How can we lock textbox control in C# as we used to lock
> it in vb6.



Re: Locking Textbox by hirf-spam-me-here

hirf-spam-me-here
Fri May 14 08:23:10 CDT 2004

* "Xian" <x.ian@_TOGLIERE_libero.it> scripsit:
> textBox1.ReadOnly = true;

+ maybe resetting its colors.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>