Re: Win API question A FREEWARE ICON EDITOR
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Dec 11, 2003
- 476 views
Hi a freeware icon editor can be found here http://www.woundedmoon.org/win32_freeware.html ----- Original Message ----- From: "Johnny N." <jlnoble at frontiernet.net> To: <EUforum at topica.com> Subject: RE: Win API question > > > Try this it's free! http://www.axiomx.com/PixelToolbox/index.htm > > Have fun! Johnny > > Derek Parnell wrote: > > > > > > Mircoangelo is one of the better ones, but it costs. > > ----- Original Message ----- > > From: "Philip D." <philip1987 at hotmail.com> > > To: <EUforum at topica.com> > > Sent: Thursday, December 11, 2003 9:43 AM > > Subject: RE: Win API question > > > > > > > I just tried every number from 1 to 10, none of them look any different, > > > > > > they all look crammed. > > > > > > Also, where can I find an icon editor? I don't have one. > > > > > > Phil > > > > > > > > > ------ > > > > > > Bernie Ryan wrote: > > > > > > >Yes, but how do I get it to display the 16x16 version of the icon > > > >instead of the crammed 32x32 version? > > > > > > Philip: > > > > > > I look at the ICON used on NotePad and it contains 8 icons. > > > first, forth, and eight icons are the smallest icons. > > > > > > icon = addIcon( w32Func( xExtractAssociatedIcon, > > > { 0, "C:\\myfile.txt", 0 } ) ) > > > > > > In the last parameter you used index zero which will try to use a > > > default > > > because you didn't use a specific index. > > > > > > Try using 1, 4, or 8 in the last parameter. > > > > > > Bernie > > > > > > > > > TOPICA - Start your own email discussion group. FREE! > > > > > > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/03 > --- --