I want to lock a checkbox but there is no property that allows me to do so. The Enabled property works but it dimms the attached text and it makes it hard to see.
Additionally, when I display a form in View only mode, I change the background color of all my controls to gray, following the lead of MS. However, with a checkbox, only the text portion of the control is effected by the .BackColor property -- the actual checkbox is not.
Any ideas on solving either/both problems?