No announcements
Found 1780757 threads
-
5 Votes
Setting Window.Icon to Vista 256x256 PNG icon causes a FileFormatException
My icon displays OK the first time, but the second time I try to display it I get the same FileFormatException.Proposed | 15 Replies | 27927 Views | Created by Asbjørn - Thursday, January 4, 2007 4:46 PM | Last reply by LordWilmore - Wednesday, June 11, 2014 7:29 AM -
0 Votes
Unmanaged code to convert PNG to ICO
Why not converting the PNG to an icon.Answered | 4 Replies | 3862 Views | Created by johndaintree at work - Thursday, October 25, 2012 9:14 AM | Last reply by johndaintree at work - Wednesday, November 7, 2012 11:43 AM -
1 Votes
Vista 256x256 icons - PNG colour depth
Is there a document that specifies the Vista (256x256) icon format?Unanswered | 4 Replies | 5275 Views | Created by tagStratagem - Saturday, January 24, 2009 8:37 PM | Last reply by AndyCadley - Tuesday, February 17, 2009 10:06 AM -
0 Votes
[Transparency] Use transparency for PNG icon
I was using it for transparency in PNG files but I'm not sure if it's OK for toolbar/menubar icons.Answered | 3 Replies | 3739 Views | Created by Dcls - Tuesday, September 15, 2009 7:19 AM | Last reply by Christian Resma Helle - Tuesday, September 15, 2009 1:59 PM -
0 Votes
Vista Icons
I am running vista service pack 2.Answered | 2 Replies | 8690 Views | Created by bexpilot - Thursday, March 26, 2009 8:32 PM | Last reply by Kiran Polimetla - Thursday, March 26, 2009 11:19 PM -
1 Votes
Custom png pushpin icons appearing larger than the image file
The original icons were html and css so I recreated a PNG version for v8.Answered | 2 Replies | 447 Views | Created by Alexander Leroux - Friday, July 14, 2017 4:36 AM | Last reply by Alexander Leroux - Saturday, July 15, 2017 7:10 PM -
0 Votes
convert picture to icon
But simply naming a file as *.ICO and saving it as type ICON does not create a correct icon file.Answered | 4 Replies | 4203 Views | Created by Youssif9 - Saturday, January 2, 2010 7:53 AM | Last reply by Youssif9 - Sunday, January 3, 2010 5:30 AM -
2 Votes
Icon
According to this MSDN article on icons, your application icon should include 16x16, 32x32, 48x48 and 256x256 versions in order to display well in all situations.Answered | 9 Replies | 4226 Views | Created by Tidak Aktif - Wednesday, May 25, 2011 12:24 PM | Last reply by Tidak Aktif - Monday, May 30, 2011 3:18 AM -
1 Votes
WPF Applikation - Right way for icon and size of icon
Application icons and Control Panel items: The full set includes 16x16, 32x32, 48x48, and 256x256 (code scales between 32 and 256).Answered | 5 Replies | 6857 Views | Created by Markus Freitag - Wednesday, July 18, 2018 4:30 PM | Last reply by Cherry Bu - Tuesday, July 24, 2018 1:35 AM -
2 Votes
How can I use a ".png" image as a Windows forms icon?
you could just convert your PNG files to ICO files.Answered | 2 Replies | 34714 Views | Created by WTW - Tuesday, February 16, 2010 3:37 PM | Last reply by LandsharkDaddy - Tuesday, February 16, 2010 4:10 PM -
0 Votes
How do I set the WPF Window.Icon property?
Icon icon = null; // !!!Answered | 2 Replies | 7007 Views | Created by Mark C Newman - Tuesday, October 14, 2008 8:07 PM | Last reply by Mark C Newman - Tuesday, October 14, 2008 9:05 PM -
2 Votes
Converting PNG to ICO
Hi, to create icons from bitmaps, some more work is needed...Answered | 8 Replies | 8440 Views | Created by RDMarkus - Tuesday, April 10, 2012 1:32 PM | Last reply by Thorsten Gudera - Tuesday, April 10, 2012 5:01 PM -
0 Votes
mpp, png Icons are not being displayed in search results with Sharepoint 2013
I check if the HitHighlightedSummary poperity contains “png”, if yes, display the image icon.Answered | 8 Replies | 1705 Views | Created by mcsuareza - Friday, December 11, 2015 10:07 PM | Last reply by Linda ZL - Tuesday, December 22, 2015 2:44 AM -
1 Votes
Can't run program???? Please HELP!!!!!!!
Based on my research, it seems the project contains a icon as the resource file.Answered | 3 Replies | 2061 Views | Created by Appdude13 - Sunday, January 22, 2012 6:48 PM | Last reply by Cor Ligthert - Tuesday, January 24, 2012 7:20 AM -
2 Votes
Desktop Icon
Make a Icon of the biggest size (somewhere at or above 256x256).Answered | 5 Replies | 672 Views | Created by Jeff0803 - Monday, September 19, 2016 4:43 PM | Last reply by Christopher84 - Tuesday, September 20, 2016 11:08 AM -
0 Votes
winadows api - set proper app's icon size on desktop
i did try to put 16x16, 32x32 ... etc icon sizes as first in my icon resource, but same happens again.Answered | 7 Replies | 3807 Views | Created by hoff nof - Saturday, September 18, 2010 5:19 PM | Last reply by hoff nof - Sunday, September 26, 2010 8:04 AM -
0 Votes
how to make an Applications icon
Some icon editors allows for mutliple icon formats to be saved in one icon file.Answered | 5 Replies | 3846 Views | Created by Garvander - Thursday, July 2, 2009 12:13 AM | Last reply by Garvander - Thursday, July 2, 2009 12:35 PM -
0 Votes
Icon in MenuItem won't show (source as png)
I suspect you might have found: BitmapImage(new Uri("/Icons/connect.png", UriKind.Relative)); (Note the extra slash) Would have ...Answered | 2 Replies | 681 Views | Created by Dan-Levi Tømta - Tuesday, July 21, 2015 4:45 PM | Last reply by Andy ONeill - Tuesday, July 21, 2015 7:30 PM -
0 Votes
Settings Windows Application Icon
You need to specify the icon when you register your window class (see WNDCLASS[EX]::hIcon), or on a per-window basis with WM_SETICON.Answered | 2 Replies | 4611 Views | Created by Best_for_gotten - Friday, November 5, 2010 11:45 AM | Last reply by Best_for_gotten - Friday, November 5, 2010 3:07 PM -
0 Votes
[UWP] Using Images - PNG vs PATH vs ICON FONT
MJFara, >>My guess here is that using a .PNG would be best?Answered | 1 Replies | 1485 Views | Created by MJFara - Thursday, September 10, 2015 9:04 PM | Last reply by Fred Bao - Friday, September 11, 2015 6:49 AM - Items 1 to 20 of 1780757 Next ›
No announcements