How do I disable a button on a toolbar during runtime?
------------------
Ryan
[email protected]
ICQ# 47799046
Printable View
How do I disable a button on a toolbar during runtime?
------------------
Ryan
[email protected]
ICQ# 47799046
MyForm.MyButtons.Buttons(MyIndex).Enabled = False
------------------
Marty
Perfect! Thank you. Although, I had to change the "MyButtons" group that you mentioned to the toolbar group, but after that, it worked fine. Thanks again.
------------------
Ryan
[email protected]
ICQ# 47799046