Hey,

If I want to make a button with my own graphics, I set style to "graphically" and give it a custom bmp. The button is 855x15 Twips, that's with me 57x21 Pixel. OK, I create a BMP that is exactly that size in pixels. Now, I set btn.caption to "" and throw in the Bitmap. All is fine except for that the BMP doesn't take up the whole space, the button still has a grey border and the BMP is slightly offset.

I can work around this using a picture box, but then I don't have options like DownPicture etc. or I'd have to do this manually

So is there a solution?

Thanks!!