make checkBox ReadOnly wihtout Enabled = False? VB2005

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

Guest

How can I make a checkbox control ReadOnly - can't check or uncheck without
having to set the Enabled Property to False? VB2005

I looked at the property sheet for the Checkbox control but did not see any
property that looked like ReadOnly. Any suggestions appreciated.

Thanks,
Rich
 
Set the AutoCheck property to False and write your own controlling code in a
Click event handler.
 
Funny...

In my newsgroup view, your answer Came in at 6:13 pm but your question came
in at 6:22 pm.

You answered your own question before you even asked it. :)

Miro
 
Back
Top