preventing input in text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
is there any way I can disable text box for input but not turning letters gray.
I want them stay black and visible.
Thanx
alekm
 
alekm said:
Hi,
is there any way I can disable text box for input but not turning letters gray.
I want them stay black and visible.
Thanx
alekm

Set Enabled = False and Locked = True.
 
Back
Top