I have a command button set to graphic and the picture property set to the icon. The problem is there doesn't seem to be any way to resize the icon to fit the Command Button.
Any suggestions?
Printable View
I have a command button set to graphic and the picture property set to the icon. The problem is there doesn't seem to be any way to resize the icon to fit the Command Button.
Any suggestions?
1. The easy way: You can make your own control
2. And the hard way: You can resize your icon with paintpicture
Actually both are hard and eventually the second is easier. When I think a bit more about it, I would set the second one to be the easier