icons

How does icon image format support vary by version of Windows?

梦想与她 提交于 2019-12-11 15:33:10
问题 I recently had an issue where I was able to add an icon to a (VB6) form on one PC where it worked fine, but they was unable to run/compile it on a second PC. It turned out that the icon file was 32-bit (including an alpha channel) and this was the problem. But I was surprised that this was a system-dependent feature. (In this specific example it was Win10 x64 which allowed the 32-bit icon, and Win7 x32 which did not). So now it seems quite unclear what icons are permissible to use in VB6 in

WPF use Canvas as ImageSource

╄→гoц情女王★ 提交于 2019-12-11 15:19:20
问题 I am new to WPF and trying to build a basic app with a toolbar and icons. I am testing XamRibbon from Infragistics and ButtonTool that shows on the Ribbon require ImageSource to show an image like so: <igRibbon:ButtonTool Caption="Edit" igRibbon:RibbonGroup.MaximumSize="ImageAndTextLarge" LargeImage="{StaticResource stop}" SmallImage="{StaticResource stop}" /> I have a XAML icon defined in my dictionary with key 'stop' but the icons I am using are all in Canvas form like this: <Canvas Width=

Replace menu item with icon (Prestashop theme)

…衆ロ難τιáo~ 提交于 2019-12-11 15:05:55
问题 I'd like to ask you about the way to replace the text with icon (home icon as the first menu child). My css is similar to this one: http://livedemo00.template-help.com/prestashop_53577/ I've added this code at the end of the global.css: .sf-menu li:first-child a:before{ content: "\f015"; font-family: "FontAwesome"; display: inline-block; font-size: 33px; line-height: 70px; color: black; } .sf-menu li ul li a:before{ content:none!important; } which gives: What's the best way to hide the text

Is it possible to make my iPhone app's icon look correct on both the iPad and iPhone?

大兔子大兔子 提交于 2019-12-11 14:54:46
问题 Our CEO wants our iPhone app's icons to look correct (ie not scaled) on both the iPad and iPhone. He does not want to actually create separate versions, or a universal version of the app. The app will remain iPhone only, but the icon would need to show up proper on both devices. This is a "business decision", and I think its rather silly but regardless - is this possible? OR would we have to create a universal version? 回答1: No. You have to create all the 72x72 (iPad), 57x57 (iPhone) and 29x29

What is the Maximum Size Of An Icon Returned From SHGetFileInfo()?

自闭症网瘾萝莉.ら 提交于 2019-12-11 14:48:19
问题 Using the SHGetFileInfo() function what is the maximum size of an icon that I can get back? As far as the function states I can get back a 32x32 pixel icon (AKA SHGFI_LARGEICON). But I was trying to figure out if there was a way to get something larger like a 48x48 pixel icon. I found that there are constants like... public const uint SHGFI_LARGEICON = 0x000000000; // get large icon public const uint SHGFI_SMALLICON = 0x000000001; // get small icon public const uint SHIL_JUMBO = 0x000000004;

Add to Home Screen Icon HTML5

点点圈 提交于 2019-12-11 14:14:10
问题 How can we add an Icon for Home Screen in HTML5 when we browse a webpage in chrome app and in option we choose Add To Home Screen. then theres an Icon Shortcut placed on your Home Screen. I used: <link rel="apple-touch-icon-precomposed" href="...\icon.png"> <link rel="apple-touch-icon" href="...\icon.png"> nothing happens it display again a default icon.! Just Like the AmStalker Home Screen Icon What is the best way to do it? 回答1: First of all I want to show project structure in image below .

How do you allow a fav icon to show in all versions of IE?

Deadly 提交于 2019-12-11 14:11:28
问题 How do you allow a fav icon to show in all versions of IE? I have fav icons that has been inserted in the root and sub-directory within the website. It will display in Chrome, Firefox, and Safari. However, it will not display in any versions of IE (I have test IE 8 and 9 with changing the environments between earlier versions using the compatibility feature). How do I make this work? I am using this code in my html and tags: <head> <link rel="shortcut icon" href="http://www.domain.com/icons

Application icon doesn't appear when I uninstall my app

让人想犯罪 __ 提交于 2019-12-11 13:57:50
问题 I dont know a lot of English, but I have a big problem. I install my application and I can see the application icon when I look for it, but when I go to the uninstall menu, or in the notification bar, the icon doesnt appear. Here are some photos of that problem. https://www.dropbox.com/s/h80w3ztp9ex36rw/2013-12-09%2020.56.03.png https://www.dropbox.com/s/v69il8ai5oinkvm/2013-12-09%2000.44.58.png I can write my AndroidManifest, it's this: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns

Change The icon of a certain Node in JTree?

一曲冷凌霜 提交于 2019-12-11 13:52:52
问题 I have a JTree and nodes of it are driven from DefaultMutableTreeNode. Each node can be verify or not.At first the icon of all nodes are the same but, I am going to change the ICON of the verified nodes when I select them and press the verify button. I want to have the ability to click and write on each node so I can not use JLabel to show icons . I made the following code but it returns NULLException. class CustomIconRenderer extends DefaultTreeCellRenderer { ImageIcon defaultIcon; ImageIcon

Application Icon Showing Default, not IconSet

。_饼干妹妹 提交于 2019-12-11 13:43:56
问题 I have an app with two targets just about ready to ship but I still see the default app icon with the paper, pencil, etc. on the dock and in the main window when I select the app under Products. I have an icon.iconset folder with 16, 32, 128, 256, 512, and 1024, all following the icon_XxX and icon_XxX@2x naming; under Products in XCode I see my 16x16 icon. Under the targets' summary tab, show-in-finder shows that the iconset folder is indeed the app icon setting, as do the plist files (sans