Button + image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I placed a button with an image on a form
When I click on the button only the frame is pushed.
Anybody got a good idea

//Bjorn
 
Bjorn,

I have replicated this as well. It's a bug (and an obvious one, I would
think). I'll report it.

To get around this for now, you will probably have to override the paint
handler for the button to shift the location of the image by a pixel or two
to the right and down.

Hope this helps.
 
Back
Top