Stangleboy
Programmer
Can I change the properties on a checkbox on a form. I have a form were I do not allow edits, but I need the checkbox to be edittable. I went to VB and tried ActiveCkBx.Edit=True and ActiveCkBx.Control.Edit = True but these are not recognized by any of my libraries. Please help.