Assign a icon to a PictureButton
- Posted by akusaya at gmx.net Jan 24, 2004
- 431 views
Hi all, On a PictureButton on a normal window, not in a toolbar, I tried setIcon(PicB, "icon.ico") but the icon doesn't show up. I have even tried this hIcon = loadIconFromFile("icon.ico") -- here hIcon != 0 setIcon(PicB, {hIcon}) but still the icon is not shown. How? Thank you.