Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.ico]

The ICO file format is an image file format for computer icons in Microsoft Windows.

0 votes
1 answer
335 views

How to preview icons in Visual Studio Code?

Is the preview of an .ico image file in VS Code possible? Any extension needed/available? All I see are question marks: I tried to find an extension that might enable the preview of the .ico image.
Carlos Sampaio Peredo's user avatar
-1 votes
1 answer
52 views

My Favicon is not showing I have tried everything possible

vscode snapshot of html code It is Not working on any browser Brave,chrome,firefox
Sampurn Chouksey's user avatar
1 vote
0 answers
3k views

Create a high quality .ico file from a PNG using powershell only

I want to use powershell to download a favicon.png from a website and then convert it into a favicon.ico file that can be used for a desktop shortcut. I already know how to grab the favicon.png from ...
iamsquash's user avatar
0 votes
1 answer
743 views

Convert multiple PNG icons into one .ICO icon

I think I should start by saying that I am a UI Designer. I am having a really hard time trying to convert 8 png's (same icon in 8 different resolutiona) into one single .ico icon for a Windows app. ...
muffinboi68's user avatar
0 votes
2 answers
2k views

trying to change default icon in tkinter Tk() at the top of the "window"

Not sure why I'm getting an error I followed like 6 guides to make a .ico file and literally copied two tutorials trying all types of combinations of relative non relative file path from tkinter ...
roots's user avatar
  • 1
0 votes
1 answer
2k views

Setting a custom cursor (CSS) didn't work

I set a cursor for my website and I used an .ico file. Though, it isn't showing at all. here's the css: html, body { cursor: url("images/39020_fPv_icon.ico"), url("images/39020.png&...
manouna's user avatar
  • 93
0 votes
0 answers
145 views

Why can't the .ico file be inserted into the Userform Image Object in Excel 2013 VBA?

Office 2013 64-bits, Windows 7: I tried to insert a picture (file .ico) but couldn't. I do not understand why. But with an other PC (Office 2016 64-bits, Windows 10), it is OK. Please explain to me ...
Pham Minh Hoang's user avatar
0 votes
2 answers
2k views

How do I setup a window Icon using Tkinter?

I'm trying to set up a window Icon so it would appear right next to the name of a dictionary I'm doing. When I run the code, I get the following problem: Traceback (most recent call last): File "/...
Sergio Ley-Languren's user avatar
4 votes
4 answers
2k views

PyInstaller EXE Changes Back To Original Icon

I have created a standalone .exe file with PyInstaller using this command: pyinstaller --onefile -i "icon0.ico" test.py -w. When I open the dist folder the exe gets put into it shows the icon I used ...
Mihkel's user avatar
  • 699
5 votes
3 answers
9k views

.iconbitmap gives TclError: bitmap "*.ico" not defined

I am working with Tkinter and i keep getting an error message when trying to run the code, could someone help? from tkinter import * from tkinter.messagebox import showinfo def reply(name): ...
Wildcardcharly's user avatar
1 vote
1 answer
4k views

tkinter python icons won't show up in window

I am trying to add an icon to my windows in python, I have got a .ico file, 16x16 in size, but when I run this script, the windows icon just looks like this: link, it doesn't show my custom icon. The ....
Ethan Gascoigne's user avatar
0 votes
1 answer
854 views

Create resource from existing .ico icon

I have an icon in .ico format. I want to add it as a resource in my VC++ project. I want to set it as the main icon using wxWidgets. I right click resources, and my choices are existing item and new ...
Jive Dadson's user avatar
  • 16.9k
5 votes
2 answers
8k views

Which file formats can I use for tkinter icons?

I know this might be obvious, but in tkinter you can set an icon, but I have found it really hard to find one. I just wanted to know if you have to use the .ico format for the file or if there is a ...
Rakkkk's user avatar
  • 65
0 votes
0 answers
2k views

How do I change the task bar and desktop icon of a program in Python?

I am working on a game in Python 3.5.2 and Tkinter. I am wondering how to change the icon that appears in the taskbar when you open the application and that appears on the desktop when you create a ...
William V.'s user avatar
6 votes
1 answer
2k views

How to display a .ico image file in a XAML app?

Is it possible to display a .ico file in a XAML C# app? It's for a WinRT Windows Phone 8.1 app using Visual Studio 2015. <Image Source="http://www.stackoverflow.com/favicon.ico"/> shows the ...
theMaxx's user avatar
  • 3,976

15 30 50 per page