Top "Icons" questions

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

VS2010 "An item with the same key has already been added"

I recently installed Visual Studio 2010 and copied and converted an old VS2005 solution to VS2010 When I edit this solution, …

visual-studio image visual-studio-2010 icons designer
how can I convert System.Drawing.Icon to System.Drawing.Image?

I'm getting icon from another application using this: Icon IEIcon = Icon.ExtractAssociatedIcon(@"C:\Program Files\Internet Explorer\iexplore.exe"); how …

c# .net image icons system.drawing
Google Play Store: You need fix your high-res icon. It is not a valid image

This is the error message I get when attempting to give my app an image on the play store. Here …

android image icons google-play gimp
How to use default iOS images?

I know how to use images in iOS application. But I don't know how to use default images like share …

ios7 icons
Where can I find a list of icons to be used in vuetify?

You can add an icon like <v-icon>backup</v-icon> but I can't find the list of …

button icons vuetify.js
High resolution/retina display app icon file names for the new iPad

Does anyone know the correct file names for high resolution app icons in iOS? I've only been able to find …

ios ipad icons retina-display
Add Context Menu Icon in android

I have a Listview with a ContextMenu, but when I setIcon for ContextMenu look like it doesn't work public void …

android icons android-context
How to hide the Dock icon

I want to make a preference for hiding the Dock icon and showing an NSStatusItem. I can create the StatusItem …

macos cocoa icons dock lsuielement
Android how to programmatically hide launcher icon

my app is designed to only need to be run once. As such I want to hide the icon from …

android icons launcher
Tab navigator icons in React Navigation

I'm using react-navigation v2 and react native vector icons. I'm trying to add an icon in a react native tab …

reactjs react-native icons react-navigation