-
Newbie Question:
How do I add a picture (.bmp or .jpg) or and icon (.ico) to a command button. I see that one of the properties of the command button is picture, however when I link it to a file, no image appears on the button? I don't get an error, just (Bitmap) with no picture on the button. Thank You for any help.
-
You are correct!
However, if you look in the properties of the command button, you will see a property called Style, set to 0 - Standard.
You must set it to 1 - Graphical for the picture to appear. :rolleyes:
-
Thank You. You Saved me an hour or two of pulling what little hair I have left from the top of my head.