Tagged Questions

0
votes
3answers
45 views

Embed multiple icons in WPF EXE

I have a WPF assembly in which I would like to embed five icons for different filetypes associated with my application. How can I embed these icons into my EXE? @smoore @Groky @ChrisF, thank you. …
0
votes
1answer
17 views

Applications icons in JavaFX

Using JavaFX 1.2 I am trying to get custom icons on my app and they are being totally ignored. Am I doing something wrong or is it a bug? Stage { title: "My App" width: 1024 height: 768 scene: bind …
145
votes
64answers
5k views

Where can one find free software icons / images?

This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software. I currently have the need for some type of "green checkmark image", and …
2
votes
2answers
92 views

How to hide desktop icons by double clicking the desktop using c#

Hi, I wanted to know if there is a way to toggle desktop icon to show/hide when the desktop is double clicked. Similar to how it is done in Stardock Fences. I wanted it to be done using visual c#.
0
votes
1answer
23 views

How to programatically (or via VS) set program Icon in non-ico format

Hi, I have a set of icons in PNG. I was able to load them into my project under Resources>Icons and I select other than ICO format. The problem is I cannot assign it to the forms since its non ICO. I …
83
votes
32answers
3k views

Save icon: Still a floppy disk?

Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications. I'm working on a project where the user is able to …
0
votes
1answer
31 views

Embed app.icon still copies into publish directory

Hi, I have added an icon (using file browser) to all forms in my application. I have set its properties to "Embedded resource". In the Project>Application I have chosen that file from the list. So it …
1
vote
1answer
72 views

How to tell Windows Explorer to refresh its icons?

Once my installer finishes installing new versions of my application's exe, I'd like to tell Explorer to use the new exe's icons for its shortcuts. However, I cannot figure out how to do this. From …
0
votes
1answer
38 views

256x256 icons trouble again, or how to get TRUE icon size through IImageList

When I taken an System image list by SHGetFileInfo... SHGetImageList(SHIL_LAST,IID_IImageList,(void**)&imList); I have got a list of images 256x256 sizes, but size of small icons which have not …
0
votes
2answers
33 views

Why does the Java AWT FileDialog setIconImage method fail to set the icon?

I am attempting to use a Java AWT FileDialog, but I want to replace the default Java Dialog icon with something else. In short, the code looks something like this: Frame frame = new Frame(); Image …
0
votes
6answers
90 views

Does anyone know where I can find the standard windows file dialog toolbar icons?

I'm trying to roll my own implementation of IShellBrowser because I need to have a more full-featured File Open and Save As dialog than Windows allows that is compatible with XP (and ideally with …
0
votes
0answers
60 views

Configuring favicon with expires header in htaccess [closed]

I have implemented Expires headers via mod_expires on my Apache server and have successfully created expires headers for most file types, however I am having trouble with the favicon. I initially …
0
votes
3answers
44 views

Why does browser show smaller favicon?

In our client's website, favicon.ico file has several sizes from 8x8 to 32x32. I expect the 16x16 to show in browser tab, but instead it shows 8x8 icon in white frame. Why does this happen and what …
0
votes
4answers
874 views

What resolution should my iPhone app ICON be?

What image resolution can/should be used as the icon.png file for an iphone app? I know the size is 57 x 57 but what about the resolution? Links to specific documentation relating to iphone app icon …
0
votes
2answers
126 views

How to put a C# programm (ex WPF or WF or with Mono) under desctop Icons (like a wallpaper)?

How to put a C# programm (ex WPF or WF) under desctop Icons (like a wallpaper)? I want my Old Good XP Active Desktop made by a some open source C# programm on my Win 7!) Something like this - Fences …

1 2 3 4 5 14 next
15 30 50 per page