PDA

Click to See Complete Forum and Search --> : [RESOLVED] VB6.0 icons collection ( TlBr_W95 )


Fraps
Jul 28th, 2009, 05:14 PM
Hi,
is there any place to download all the VB6.0 classics icons? I would like to use them in my app instead of these "treacly icons" available around the internet.

I cannot find them :sick:

si_the_geek
Jul 28th, 2009, 05:43 PM
Thread moved from "General Discussion / Chit Chat" forum (which is for off-topic issues) to "General Developer" forum

They are on the VB6 CD, so you can copy them from there, or go in to Control Panel and under "Add/Remove Programs" modify your VB6 installation to include them.

Fraps
Jul 28th, 2009, 05:53 PM
Thanks si_the_geek I'll check it.

Fraps
Jul 29th, 2009, 02:01 AM
Everything would be ok but interested icons are on the BMP with gray background. TlBr_W95. I would use just exactly these.

storm5510
Jul 29th, 2009, 02:25 AM
If you ever have to do another install, choose "Custom" and you will see a check box marked "Graphics". Selecting that option will install all the icons.

Fraps
Jul 29th, 2009, 03:15 AM
Yes I know. I've installed all the graphics. Anyway folder icons contains different icons than in the TlBr_W95 folder. :D It's not so easy.

Nightwalker83
Jul 29th, 2009, 03:24 AM
Everything would be ok but interested icons are on the BMP with gray background. TlBr_W95. I would use just exactly these.

Sorry, I don't quite understand! Do you mean that the icons you are interested in have a gray background and are in BMP format? I might have a program that will convert these bmp files in to icons.

Fraps
Jul 29th, 2009, 08:26 AM
ok, I didn't thought these icons are so unavailable...

si_the_geek
Jul 29th, 2009, 01:55 PM
The bitmaps do have grey backgrounds (as per the standard UI at the time), but as they are 16x16 they are very easy to convert to icons.

Note that you can use the bitmaps directly in your program (with minor editing to change the grey if you like), you do not need to convert them to icons.

If for some reason you do want them in .ico format, I would recommend downloading the IcoFx (a free icon editing program) which does the job well, and will also allow you to change the grey to something else (even transparent if you want).

Fraps
Jul 29th, 2009, 02:52 PM
Indeed icoFX is a great software. I'm just removed gray backgrounds from couple of bmp's, and convert them to ico.
Thanks for help. :thumb: