Tagged Questions

7
votes
2answers
252 views

Images are not sharp in selected TabItem

I have a TabControl. The header of each TabItem contains a StackPanel with an icon and a Label. <TabControl> <TabItem> <TabItem.Header> <StackPanel ...
4
votes
3answers
6k views

Add icon to existing EXE file from the command line

Is there a command line tool that can add an icon to an existing executable file? It should be able to set the icon as the file's "main" icon that is shown in Explorer. I don't have Visual Studio and ...
3
votes
1answer
105 views

BITMAPINFOHEADER biHeight is twice what I expect

I'm writing an application in C to parse Windows Icon files (ICO). When I read in the BITMAPINFOHEADER struct for an existing icon entry, all of the variables within the struct contain values that ...
2
votes
1answer
80 views

How to set window's icon in Perl to some .ico file on Windows 7?

I was using TK::Icon with Perl 5.8.3 32bit, but it's not supported with Perl 5.10.1 64bit. When I try to install it through ppm, I get: C:>ppm install http://www.bribes.org/perl/ppm/Tk-Icon.ppd ...
2
votes
2answers
246 views

Make several PNGs into one ICO file

With Windows ICO files, you can pack several different sized images into the same ICO file - Windows then picks different sizes based on what it needs. (see here for info about icon sizes) There are ...
1
vote
1answer
123 views

How can I tell my Winforms application to use the same icon for all forms?

I have a nice icon and I want to use it on all of the forms in my application. How can I do this?
0
votes
1answer
37 views

Is there a way to use Mac icns file in Windows expression blend projects

I have a set of icns files that I'd like to use is some cross platform UI can I use these icns files without converting them to png or ico?
0
votes
3answers
243 views

How to detect if *.ico file is a valid icon in PHP

I would like to test if *.ico images are valid icons in PHP. I tried to use getimagesize function but it doesn't support ICO files.
0
votes
1answer
897 views

Question About Icons and GUI For Notepad++ Lovers

In the notepad++ website there's a technique to change the icons with any other "ico" format image. Each icon has it special name in order to be detected by notepad++. For instance, the new file icon ...
0
votes
1answer
808 views

Windows CE Icon lost when using CAB installer

I have a C# Windows CE 5.0 application. I am using VS2005. My executable shows the correct icon (32x32 8 bit). If I move the .exe file to the CE device using ActiveSync then the icon is still ...
-1
votes
2answers
261 views

How to set up icon for a program?

How can i set up icon for my existing program.exe and icon.ico ( in the same folder ) using some sort of hidden (settings) file ? Edit: i am aware of py2exe CustomIcon option, also about WinRar Sfx ...