icons

icon as an image

Hi All, is it possible to use icon file as a image for a button in visual basic? f.e. I have 3 buttons that need to have 3 icons when you click the button the icon of the button needs to be the icon of the form is this posible? btnIcon1 = my.resources.ICO1 btnIcon2 = my.resources.ICO2 ...

How to change JAR icon on mac?

Hi, I have a JAR file on my mac called Test.jar, and the file works perfectly fine when I click on it. All it does is it just opens a small window, and displays "Test", so it's a simple application (I am new to Java programming). My question is how do I change the icon of the jar file to a different icon of my choice? I have yet to figu...

Delphi - Populate an imagelist with icons at runtime 'destroys' transparency

Hi again, I've spended hours for this (simple) one and don't find a solution :/ I'm using D7 and the TImageList. The ImageList is assigned to a toolbar. When I populate the ImageList at designtime, the icons (with partial transparency) are looking fine. But I need to populate it at runtime, and when I do this the icons are looking pret...

How can I put icons on a jquery ui input button?

Based on the jquery ui button documentation, I tried the following: <jquery>$("#test").button({ icons: { primary:'ui-icon-gear' } });</jquery> <input id="test" type="submit" value="test"></input> However the icon doesn't appear on the button. If I change the <input> to a <span>, it works; but I need the icons on a form submit button. ...

How do I resize a flat vector icon so that it preserves hard edges?

I recently purchased Drew Wilson's Pictos icon library. It is a library of flat, monochromatic icons for use on the web and elsewhere. The only issue is: they're vectors. I know my way around Illustrator a little bit, but ultimately I want to import these icons into Photoshop CS4 and resize to various dimensions. When I import an icon ...

How can I display different icons for same file extension

Visual Studio has *.SLN files for 2008, and 2010. In explorer, the icon associated with the file is based on the version somehow. I was always under the impression that the associated icon just looked at the extension, but obviously there is more going on. I'm asking on stack overflow as a developer - for my application, but if you fee...

How to figure out which font size to use depending on size of Icon?

I'm trying to create a taskbar Icon in C# that would display a number representing the current processor time of an application. I can figure out the proper size of the icon by simply referencing the default taskbar icons dimesions, however, I run into a problem. Different Icon sizes work well with different font sizes of text. I need to...

Transparent app icon for iOS 4?

If I use a png file with transparent background as the app icon in iOS4, the compiler will change its background to black. How can I preserve its transparency? ...

Where can I get a good set of IDE icons?

I'm developing a small IDE, and I'm wondering where I can find a set of IDE icons. A few google searches didn't turn anything up that was too useful. I suppose that's probably because an 'ide icon set' wouldn't get very many purchases (compared to more generic icons). In any case, does anyone know where I can get some such icons? Certai...

Application icon doesn't show in control panel add/remove programs

I have a .Net app deployed via click-once. The app icon shows fine on the start menu, task bar etc., but not in Add / Remove Programs in the control panel. What do I need to do to fix this? TIA ...

iPhone 4 - TabBar Icons

Hi, how can I set high qualitiy TabBarIcons so it will look nice on the new iPhone 4 ? Thx Sebastian ...

Google maps API cusom icon (not image)

Hello, I am using Google maps API. However, since I have very many icons, I am trying them to use with a mapping technology. Therefore I need to add an icon as a div instead of img. Is there a way to append icon to google maps as a ? Thank you. ...

How to update image in gtk.Button with GTK#

Well I was working on simple application for starting/stopping and restarting my LAMP in mono (just to get knowing the GUI development with mono bit more), so to have less buttons I decided to have one button for starting and stopping the servers. In the GUI designer I added a start button with icon, the problem is that updating the butt...

Can you use VISTA sized icons when you use 'Load icon' in Delphi 7 ?

I cannot load icons which contain Vista sized icons when using the 'Load icon' in the application tab of Delphi 7. Does someone knows how to display icons bigger than 48x48 in Vista and Windows 7 using an application developed in Delphi 7? ...

Where can I find Android Tab Icons

Does anybody know of a website where I can find Android TabHost icons? (free or paid) ...

WPF - remove system menu icon from modal window, but not main app window

Hi everyone. I'm trying to do (in WPF): Have an .exe file that displays the system menu icon (the icon in the upper left of the window) like normal Not have this icon show up in modal windows called by this app I tried the solution here: http://stackoverflow.com/questions/2341230/removing-icon-from-a-wpf-window And this worked. The...

How to put a Windows UAC Shield overlay on a button using wxPython?

I have a button that will launch a process that requires UAC elevation. I want to display the Windows UAC shield overlay on the button, how do I do this in wxPython? The application is only going to run on Windows, so I don't need to worry about it not working on other systems. edit 2: Got it: BCM_SETSHIELD = 0x0000160C btn_apply = wx....

Using standard icons in iPhone SDK

What approach are you fellow iPhone developers out there using for standard icons in e.g. tab bars (one that is not provided here, of course)? For example, if I wanted to use one of the icons from the iPod app. I can see three approaches: Use the "magic image constant" for the image. I believe this qualifies as using private API -> no...

ListView with ArrayAdapter and ViewHolder adding icons to the wrong item.

I have a dynamic ListView which uses an ArrayAdapter. When a name is selected from a spinner, the name together with an icon showing whether they are male or female gets added to the ListView. Mostly everything is good (the name gets added to the list correctly, together with an icon). But the icon showing the sex gets added to the wron...

UIBarButtonSystemItem equivalent in Android?

Coming from an iPhone world, Is there an equivalent of system icons, for example, the add or search icons in the options menu of Contacts. This would save developers time (and in some cases, money) if they could use the system icons used by Android. If this is not possible, is a site available where developers can download icons for and...