XP Style question

  • Thread starter Thread starter Mika M
  • Start date Start date
M

Mika M

Hello!

Is it possible to use XP Style Buttons with Images?

I can change buttons to XP Style easily, but when adding ...

myButton.FlatStyle = FlatStyle.System

.... button images just disappares - why?

I placed images to the buttons like ...

myButton.Image = ImageList1.Images(0)
 
Back
Top