Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #312
| From | "Abhishek" <abhishek007p@hotmail.com> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: 64 x 64 icons and VB6 |
| Date | 2011-07-02 01:59 +0530 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <iulani$qdo$1@speranza.aioe.org> (permalink) |
| References | <c8abe194-8b44-4bb0-b58f-3295aaeb70ca@s9g2000yqm.googlegroups.com> |
You mean to use XP style 32-bit icons in VB6 apps? yes, it is possible to use 32-bit alpha icons. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=59231&lngWId=1 Dont select the icons at design time, load them using code above and resource file, having icon above 64x64 size is pretty useless and it only increases the size of our application. I only use 16, 32, 48 size icon with 256 color and xp color each. I would recommend microangleo icon editor, actually there are many good "C" <wrong.address.1@gmail.com> wrote in message news:c8abe194-8b44-4bb0-b58f-3295aaeb70ca@s9g2000yqm.googlegroups.com... | On Windows 7, the old icons of VB6 look bad. | | Can I have 64 by 64 icons for VB 6 programs? | | How can I make 64 x 64 icons? I have read that 256 colour bitmaps are | accepted as icons. Is there a better way? I need to draw six curves | for one icon. | | Thank you for any replies.
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Find similar
64 x 64 icons and VB6 C <wrong.address.1@gmail.com> - 2011-06-13 03:34 -0700
Re: 64 x 64 icons and VB6 Dee Earley <dee.earley@icode.co.uk> - 2011-06-13 11:58 +0100
Re: 64 x 64 icons and VB6 C <wrong.address.1@gmail.com> - 2011-06-13 10:48 -0700
Re: 64 x 64 icons and VB6 "Mayayana" <mayayana@invalid.nospam> - 2011-06-13 08:41 -0400
Re: 64 x 64 icons and VB6 C <wrong.address.1@gmail.com> - 2011-06-13 10:45 -0700
Re: 64 x 64 icons and VB6 "Mayayana" <mayayana@invalid.nospam> - 2011-06-13 20:24 -0400
Re: 64 x 64 icons and VB6 "Nobody" <nobody@nobody.com> - 2011-06-13 12:36 -0400
Re: 64 x 64 icons and VB6 C <wrong.address.1@gmail.com> - 2011-06-13 10:46 -0700
Re: 64 x 64 icons and VB6 "Nobody" <nobody@nobody.com> - 2011-06-13 22:02 -0400
Re: 64 x 64 icons and VB6 "Abhishek" <abhishek007p@hotmail.com> - 2011-07-02 01:59 +0530
csiph-web