No announcements
Found 1484420 threads
-
0 Votes
Save HICON to *.ico file
Hi Milan, Just additional information, there is a sample about how to save an HICON to an .ico file in following link:Answered | 3 Replies | 8849 Views | Created by Milan Kovac - Sunday, June 6, 2010 7:58 AM | Last reply by Milan Kovac - Monday, June 7, 2010 12:41 PM -
4 Votes
ICO vs BMP files
Is there anything in the ICO file that is NOT captured by converting it into a 24-bit BMP The "And"-Mask of the icon.Answered | 2 Replies | 6448 Views | Created by Alain Dekker, 2 - Monday, November 14, 2011 11:10 AM | Last reply by Stefan Heesch - Monday, November 14, 2011 8:14 PM -
2 Votes
Assigning a .ico file to a project
I just checked it by running the .exe out of the bin\Debug folder, and the .ico file appears fine in all of my pages (I've only got 2 so far, but it appears on both of them).Answered | 6 Replies | 3017 Views | Created by Rod at Work - Monday, June 7, 2010 4:16 PM | Last reply by Rod at Work - Tuesday, June 8, 2010 8:39 PM -
1 Votes
ICO extention.
Basically you just drag and drop a .png file to the right pane of the program and an .ico file is created in the left pane.Answered | 2 Replies | 5636 Views | Created by NunoMarky - Wednesday, February 4, 2009 5:47 PM | Last reply by Annie Ford - Friday, February 6, 2009 6:12 PM -
1 Votes
The .ICO file and it`s struct ?
#include <windows.h> #include <tchar.h> typedef struct tagHEADER { WORD idReserved; WORD idType; ...Answered | 3 Replies | 2237 Views | Created by WCode - Wednesday, December 4, 2013 8:10 PM | Last reply by Anna Cc - Friday, December 6, 2013 3:41 AM -
0 Votes
"Parameter is not valid." exception for ico files on Azure Websites
For getting the dimensions of an ico file there is a very specific workaround, see: https://orchard.codeplex.com/workitem/20644Answered | 10 Replies | 2016 Views | Created by Zoltán Lehóczky - Monday, October 20, 2014 12:07 PM | Last reply by Zoltán Lehóczky - Friday, October 31, 2014 1:49 PM -
1 Votes
how to create ico file and how assign it to my winforms .exe file
Create a ICO file from http://convertico.com/ and add it into your application.Answered | 2 Replies | 1264 Views | Created by Dhayanand-Kalimidi - Thursday, January 24, 2013 11:14 AM | Last reply by CRM HUNT - Friday, January 25, 2013 5:39 AM -
1 Votes
Where to put an .ico file so that is in application folder...
I create the shortcuts with GPO for specific user group so I need the ico file in the Application Files folder...Answered | 3 Replies | 1615 Views | Created by Mad Rian - Thursday, December 13, 2012 4:57 PM | Last reply by Yann Duran - Friday, December 14, 2012 4:58 AM -
2 Votes
Converting PNG to ICO
I found an article that says this only works on files up to 32 X 32 pixels.Answered | 8 Replies | 8110 Views | Created by RDMarkus - Tuesday, April 10, 2012 1:32 PM | Last reply by Thorsten Gudera - Tuesday, April 10, 2012 5:01 PM -
2 Votes
Pack multiple PNG's to one ICO
This lets you pack multiple pngs into an .ico file, as well as supportly multi-resolution icons, etc.Answered | 3 Replies | 5592 Views | Created by Gerben22 - Thursday, July 23, 2009 4:03 PM | Last reply by Gerben22 - Friday, July 24, 2009 8:12 AM -
0 Votes
problem writting a struct at file
struct CallLogEntry { string name,phoneNumber,time; int ...Answered | 1 Replies | 685 Views | Created by Syed Jamil - Thursday, August 22, 2013 6:41 AM | Last reply by WayneAKing - Thursday, August 22, 2013 9:12 AM -
0 Votes
Vista Ico Files - DataGridView Images
) Case file.Answered | 3 Replies | 3152 Views | Created by jwalker343 - Wednesday, May 13, 2009 8:04 PM | Last reply by jwalker343 - Thursday, May 14, 2009 12:26 PM -
0 Votes
Unmanaged code to convert PNG to ICO
Modern icons in vista / 7 / 8 has a PNG stored in the ico file as 256x256 icon.Answered | 4 Replies | 3590 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 -
2 Votes
vb app occasionally returns System.IO.FileNotFoundException on ico file
Select Add New Item In the New Item Dialog, select Resource File and give it a name, hit ok.Answered | 4 Replies | 3259 Views | Created by gcresse - Wednesday, October 28, 2009 6:31 PM | Last reply by gcresse - Thursday, February 4, 2010 7:10 PM -
0 Votes
Displaying a Icon (*.ico) in MFC Dialog
Use LoadImage() to load the .ico file from disk.Answered | 4 Replies | 8335 Views | Created by Jeevaa - Thursday, February 16, 2012 4:25 PM | Last reply by Seetharam - Friday, February 17, 2012 2:46 PM -
0 Votes
Struct Question
How do I declear a function with in the struct?Answered | 2 Replies | 3478 Views | Created by mpt_fz - Wednesday, May 20, 2009 5:52 PM | Last reply by WayneAKing - Wednesday, May 20, 2009 9:00 PM -
0 Votes
Can I convert JPG or GIF into .ICO file?
You get thousands of png (plain and shadow) AND ico files in all dimensions (16x16 up to 512x512) and a tool that can combine and create png, bmp, gif and ...Answered | 3 Replies | 794 Views | Created by Anita Mallya - Friday, October 16, 2015 10:38 AM | Last reply by Nasarudin Harun - Wednesday, October 21, 2015 4:20 AM -
0 Votes
Read file with struct in csharp
.NET is not like C or C++ where it is common to copy the memory layout of a struct directly into a file.Answered | 6 Replies | 5135 Views | Created by huynhdt - Saturday, March 6, 2010 1:02 PM | Last reply by huynhdt - Wednesday, March 10, 2010 8:54 AM -
0 Votes
Struct constructor.......
Struct SampleStruct { public s(int a) { Console.WriteLine("Constructor Called"); } } SampleStruct ...Answered | 5 Replies | 1975 Views | Created by Alavudeenbatcha - Tuesday, January 15, 2013 6:02 AM | Last reply by JohnWein - Wednesday, January 16, 2013 7:00 AM -
4 Votes
Struct
Maybe struct isn't the best way to go.Answered | 2 Replies | 1847 Views | Created by Eric.The.Red - Tuesday, November 29, 2011 9:36 PM | Last reply by James Michael Hare - Tuesday, November 29, 2011 9:48 PM - Items 1 to 20 of 1484420 Next ›
No announcements