Does anyone know a way no make a button on a toolbar to look like its pressed down? YOu don't have to give any code just a pointer. THanks
Printable View
Does anyone know a way no make a button on a toolbar to look like its pressed down? YOu don't have to give any code just a pointer. THanks
Here, this will help :
Set the .Value property of the button to tbrPressed
Code:Toolbar1.Button(1).Value = tbrPressed