Tagged Questions

0
votes
4answers
884 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
3answers
46 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. …
2
votes
2answers
95 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
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 …
2
votes
6answers
126 views

Free or affordable MacOSX Style Icons

I would need about two dozens of MacOSX style Toolbar Buttons for mostly typical stuff. I don't need exclusive rights on the icons, so i would like to purchase an icon set. There are hunderts of …
11
votes
13answers
588 views

Is there a standard open icon library for web developers?

We are looking for an icon library that is open licensed. We want to use the icons as a prototype not the final version of the application, but they need to be open to use. EDIT 1: Even though many …
0
votes
1answer
32 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
24 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
1answer
369 views

How to save ImageMSO icon from Microsoft Office 2007?

I found a lot of nice icons from Microsoft Office 2007. Do you any idea for extract & save all icons as PNG files by using VBA? The following code is code which is used to get image from …
7
votes
9answers
289 views

How do I get files in my own file format to have its own dynamic icon?

Our application has a file format similar to the OpenDocument file format (see http://en.wikipedia.org/wiki/OpenDocument) - i.e. zipped with a manifest file, a thumbnail image, etc. I notice that …
0
votes
1answer
40 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
0answers
63 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
73 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 …
1
vote
5answers
86 views

What’s the best size for toolbar icons?

Windows *.ico files and Mac *.icns files contain multiple size icons. A lot of the icons you can buy also come in various sizes. But, as far as I'm aware, most implementations of toolbars set the size …

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