CHeighlund
Programmer
I'm working on a project where I could use the ability to put up and down arrows on a couple of the buttons on one of the forms. I noticed there's a bitmap attribute for the button component, and it shows the image during compile time, but the buttons are blank during runtime. (No caption - the image was supposed to take its place.) Is there some special way I need to import the images into the delphi project, or is the bitmap component not used for that kind of purpose, or am I simply doing something wrong here?