icons

Icons between text in a jlabel using graphics

Hi how to paint multiple icons (ie., say icons between text) in jlabel using graphics? plz do assist me in this effort Thanks ...

Put an Icon in a eVB Application

Hello, Someone knows how to put an icon in a eVB 3 application, because i hate that default icon for *.vb files, something like using the registry editor or using resource files. Thanks ...

Using .png files instead of using .ico files in windows programs

hi I have a collection of nice .png files.... meanwhile, I'm developing a win-based software and need some .ico files as icons for toolbar buttons and .... Is there any way to use .png file as an icon ? or what? Thank you ...

TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed? ...

What's the recommended way to store images used as icons for a WPF application?

I am creating a pretty standard business application in WPF. I need to use icons for the toolbars and menu items, and in a few other places. I'd like to know the answers to three (likely interrelated) things: What format should I use for the images? ICO? PNG? JPG? GIF? How do I store the images in my VS2008 project? As files on disk? I...

JWS JNLP no Desktop Icon on Mac

I seem to be having a problem getting the icon for a Java Web Start program to appear on the Mac desktop, or under "Applications". The icon's and menu's are created and work properly under windows XP and Vista, is there something different that must be done for Macs? On the Mac there aren't output any errors, it prompts me with the ques...

How to get file icon using C++

Hi all, I want to add Icon to treeview node, using C++. I want to get the icons from system, I tried I tried with, PMString ucPath("C:\\path\\to\\file.extension"); SHFILEINFO info; ::SHGetFileInfo(ucPath.GrabTString(), FILE_ATTRIBUTE_NORMAL, &info, sizeof(info), SHGFI_ICON | SHGFI_USEFILEATTRIBUTES | SHGFI_SMALLICON); icon...

[winapi] Retrieving icons of current user printers

I'm trying to emulate MS Office print dialog's printer selection combobox. The drop-down list contains printer names with large printer icons to the left. On Vista fax printer has a nice fax icon, shared printers are marked, default printer too. Best would be to be able to view some more printer info too, like explorer does viewing Contr...

Is there a way to specify application icon for a click once application manifest using Mage/MageUI?

Hi, I need a way to specify an application icon for a click once deployment. Basically this will be the icon shown for the application shortcut in the Start Menu - Program Files, also during the installation of the application. I can do this from VS IDE (by specifying the app icon in the application tab of the project properties). But I ...

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 ImageMSO. Application.CommandBars.GetImageMso([name], [width], [height]) I can display all as PictureBox control and save excel file as web page....

how to create folder in %windir%/installer/{.....} from visual studio 2008 installer project

Hi! This question is related to my question about how to create a clean minimal setup here: http://stackoverflow.com/questions/1074013/how-to-create-a-robust-minimal-installer-for-windows I managed to create a simple msi installer in visual studio 2008 that does nothing else than installing a .scn file into %systemroot% and it also add...

Extract a correct 16x16 icon assigned to a file?

I tied SHGetFileInfo and ExtractIconEx, both return a normal 32x32 icon and 16x16 with only 16 colors, and it looks awful. How do I extract a full color icon? My code SHFILEINFO shinfo = new SHFILEINFO(); IntPtr hImgSmall = SHGetFileInfo(fileName, 0, ref shinfo, (uint)Marshal.SizeOf(shinfo), SHGFI_ICON | SHGFI_SMALLICON); Icon icon = ...

How to get a LPITEMIDLIST pointer according to the path of a folder?

I want to get the system icon of a specified folder, but maybe the only way to retrieve the icon is to use SHGetFileInfo() method. The first parameter of SHGetFileInfo() method is a pointer of LPITEMIDLIST. If I only have the absolute path of the folder, how can I get the pointer according to the path? Thank you very much! ...

Adding help icon to WinForms form titlebar

Some Windows native applications have a question mark icon on the title bar. It's usually at the right edge, just near the close button. How can I do this in a C# WinForms application? I'd like a solution that works in Windows XP onward. ...

What are the technical requirements and reasonable master format for an iphone icon?

I'm looking to commission an icon for an iphone app, and would like to provide the designers with the technical requirements. Also, as this may also be used as a logo for the website I'd like to be have a format that I can reuse and scale myself. What technical requirements should I give to the designer and does apple have a publically ...

Can I re-gain a systray icon of a running app that has gone missing?

Since I've finally got an answer for this question: Can you send a signal to windows explorer to make it refresh the systray icons, that asks about getting rid of dead systray icons, I would like to ask for the opposite. Is there a way to "nudge" an application to re-show it's systray icon if it has been lost? It happens to my Apache ...

Getting icons out of DLL

I'm getting the following from a third party library (one example): @%SystemRoot%\SomePath\SomeFile.Dll,-203 I know from context that this is an icon. My question is, how would I take these "addresses" and actually pull out the data? On a related note, I'd also like to know the best way to pull the displayed (from the shell) icon...

Does an .exe file size affect if its icon is shown?

Hello, I have a large cluster of files that I'm trying to pack into a single self-extracting executable and have so far been able to accomplish this with both Installshield 10.5 and Winzip Self-Extractor 4.0, however I cannot get the icon to appear for the final .exe file (right now, windows default white window/blue title icon is being...

Access file type icons Mac OSX

I am trying to find a way to access the Mac OSX system icons. Does anyone know their default location on a Mac? Or know of a way using Java to have them returned? There is a method of using JFileChooser for Mac to retrieve an Icon for a file, but the file has to exist on the file system (in my app the file could be streaming from a serv...

Is it possible to prevent the iPhone from adding the 'shine' to my app's icon?

When you define an icon for your app in XCode and then run it in the simulator or on a real device, the icon is automatically trimmed so it has rounded edges and a 'glossy' sheen is applied over top of the icon. I'd like to get rid of that sheen since it's obscuring some of the detail in my icon. It seems like some other apps are able ...