About 114,000 results
Open links in new tab
  1. Pyinstaller setting icons don't change - Stack Overflow

    pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to test.ico. Some icons remain as the pyinstaller's default icon. Why? All icon change in windows 7 32bit …

  2. Changing the default icon in a Windows Forms application

    I need to change the icon in the application I am working on. But simply browsing for other icons from the project property tab -> Application -> Icon, it is not getting the icons stored on the …

  3. c++ - Set an exe icon for my program - Stack Overflow

    Mar 7, 2010 · I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program. I've searched this site and found this: How do I set the icon for my application in …

  4. c# - Change default icon - Stack Overflow

    Run it not through Visual Studio - then the icon should look just fine. I believe it is because when you debug, Visual Studio runs <yourapp>.vshost.exe and not your application. The …

  5. python - how to add an icon to pyinstaller file? - Stack Overflow

    Mar 22, 2021 · I'm trying to make pythonmain.py a executable file using pyinstaller, and I want to add an icon to it; I tried to add the logo01 png file as the icon option but I still got a file with the …

  6. Programmatically change the icon of the executable

    Apr 26, 2010 · By default, I modify the Icon property of the main form to change the icons accordingly and it works fine, as long as the icon is not pinned to the taskbar. When it gets …

  7. Change the icon of the exe file generated from Visual Studio 2010

    Aug 31, 2011 · After building the project to generate the output of my application, I find that the .exe is built with the default icon. Is there any way to change or use my own picture as the icon …

  8. Setting Icon for PyInstaller Application - Stack Overflow

    I, for the life of me, CANNOT get the icon of the application to show correctly. I have tried Windows 10 and Windows 7. Even when I run Pyinstaller without -F, it still won't load the icon. …

  9. Changing Application Icon in Visual Studio 2022 - Stack Overflow

    Aug 31, 2023 · For a Desktop Application, you could have just replaced the file small.ico with your new icon file, this file can be found in your projects folder, using this method there would be no …

  10. Is there a command line utility to change the embedded Icon of a …

    Jul 16, 2010 · I failed to replace the icons in a 7z self extracting exe file with Resource Hacker 4.2.5. There's two icons 1:0 2:0 and an icon group 101:0 in my exe file. I want to replace the …