How to use .ico files in toolbar, buttons, etc
-
Is it possible to use .ico files for the Image property of ToolbarItems, Buttons, etc? If so how? If not does anyone know a good program I could use to convert .ico's to a bmp, jpg, etc? Thanks!
- Aaron
-
Is it possible to use .ico files for the Image property of ToolbarItems, Buttons, etc? If so how? If not does anyone know a good program I could use to convert .ico's to a bmp, jpg, etc? Thanks!
- Aaron
Hello
monrobot13 wrote:
Is it possible to use .ico files for the Image property of ToolbarItems, Buttons, etc?
Yes. In the designtime click on image property => Click import => emove the images filter => Choose in .ico file:)
monrobot13 wrote:
a good program I could use to convert .ico's to a bmp, jpg, etc?
You don't need any extra program to convert icons to bitmaps. use MyIcon.ToBitmap() method Also you can add icons to your resources files directly.
Regards:rose: