I have a VB 6.0 app that I have created a toolbar in. I have been using command buttons instead of a toolbar. I need to disable one of the buttons a times. I have been Form1.Command3.Enabled = False
But now that I have changed to the toolbar I do not know how to do this. I am new to VB so please be as specific as possible.

Thanks Alot,