0
votes
1answer
21 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 …
0
votes
1answer
18 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 …
1
vote
0answers
14 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
31 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
26 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
0answers
22 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 …
1
vote
1answer
50 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
6answers
85 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
3answers
42 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 …
-1
votes
2answers
68 views
How do I find out where an icon was clicked (relative to itself) using python?
Essentially, what I want to do is have an icon that has different symbols for various programs at the bottom of it (for example, a python file might have a symbol for command prompt, a text editor, …
0
votes
1answer
53 views
Iphone working with icons
Hi all,
I want to write a simple program which can customize iphone icons like their positions or something like theme creators. and I want to know how some programs' settings are in the iphone main …
2
votes
1answer
72 views
How can I add a wxIcon to my frame app?
I've looked all over the net and can't seem to find a standard way of including a wxIcon in my wxWidgets app that actually works! I've tried converting the icon to an XPM and including that I've also …
0
votes
0answers
45 views
Turn pngs to one ICO file [closed]
How do i convert a series of pngs of 16,24, 32, 48, 64, 128 to one *.ico file
0
votes
3answers
69 views
Gnome icons pack
Does anyone know where can i find this icon set for download (pngs + svgs)
http://www.iconspedia.com/search/gnome/0/
and also, is the icons license allows it to be used in commercial applications?
0
votes
0answers
22 views
Getting large file and folder icons on a Mac
This article says:
At this time, there is no public API for getting larger file and folder icons from Java on a Mac.
That was on Dec 2008 and for Java 1.5
Is there a way to access larger file …
