VB6.0 Locked Property

  • Thread starter Thread starter Arsalan
  • Start date Start date
A

Arsalan

What is the equivalent of VB6.0 locked property in VB.NET ?

How do I make uneditable textbox [i'm not using enabled property because
it'll change the backcolor of the textbox if set to false]
 
Arsalan said:
How do I make uneditable textbox [i'm not using enabled property because
it'll change the backcolor of the textbox if set to false]

Set its 'ReadOnly' property to 'True'.
 
"Arsalan" <[email protected]>'s wild thoughts were
released on Mon, 31 Jan 2005 21:50:19 +0500 bearing the
following fruit:
What is the equivalent of VB6.0 locked property in VB.NET ?

How do I make uneditable textbox [i'm not using enabled property because
it'll change the backcolor of the textbox if set to false]

The ReadOnly property



Jan Hyde (VB MVP)

--
He that lives in hope danceth without music.

George Herbert
[Outlandish Proverbs, 1006]

[Abolish the TV Licence - http://www.tvlicensing.biz/]
 
Back
Top