Putting .ico files on buttons
-
Hi, As the title says? How? I tried with button.image = image.fromfile(image.ico) ... doesn't work thanks
-
Hi, As the title says? How? I tried with button.image = image.fromfile(image.ico) ... doesn't work thanks
-
Hi, As the title says? How? I tried with button.image = image.fromfile(image.ico) ... doesn't work thanks
unix_master01 wrote:
doesn't work
What is not working? You have to describe better than that. No image? Exception? What?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Hi, As the title says? How? I tried with button.image = image.fromfile(image.ico) ... doesn't work thanks
Hi, you can take Imagebutton and give imageURL = "your ico file" :) simple
Thanks, Sun Rays To get something you must have to try once. My Articles