Where's the Icon Designer?

Is the Icon Designer (trumpeted in the Introduction to VB2005 book) unavailable in VB Express? I can't find it anywhere :-(>

Alternatively, where can I get hold of the standard Windows icons for opening files, printing etc?

[230 byte] By [PeterToye] at [2007-12-16]
# 1
Hi Peter,

This is one of the limitations of the Express editions :-( The Icon Designer is not included, and neither is the Visual Studio 2005 Image Library that contains numerous icons.

In Visual Basic Express, you can add an existing icon in the Resource designer, and if you double-click it it will open in Paint where you can modify it. If you have another application for editing icons you can associate that with the .ico file type instead.

Hope this helps,
Steve Hoag

shoagMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Thanks Steve. Sad, though. The whole idea was to not have to pay for an icon designer - I've not been able to find a freeware one.

Peter

PeterToye at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3
shoagMSFT wrote:
In Visual Basic Express, you can add an existing icon in the Resource designer, and if you double-click it it will open in Paint where you can modify it.

But then, how to save it without destroying the .ico format?

After modifying the icon with paint and saving it as a .ico file I always get the error "Argument 'picture' must be a picture that can be used as a Icon".

Peter

pgloor at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 4
Still in VB6. I knew if I dug around long enought I'd find it. On the VB6 Pro CD
x:\COMMON\TOOLS\VB\IMAGEDIT\ImageEdit.exe
It was/is a clunky interface icon editor but it worked. Haven't tried in for making icon for .net yet, had to post this..;)

stubs

stubs at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 5
A bit of help to you, if you're interested...

I found a freeware icon creator/editor at the following url: http://www.tucows.com/preview/217176

Hope this helps?

Regards,
Splinta

Splinta at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 6

I found IconoMaker to be a good one -- http://www.iconempire.com

Good interface and you can bend the interior of a line into various arcs.

Ken46 at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 7

Hi all newbie..

Stuck on p 85 of the learning book vbexpress, assembly info...browse for icon files but can't find any.

Guess thats the same question thats asked here. Is there any .ico files (don't care what) that can be accessed downloaded just to test the system as it is ? ( and then move onto next chapter......!) Tried search for icon files didnt get anything. Win XP

br Phil

mirren_st at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 8

Hi

tried that link you gave alas it seems xp is not supported. a question from a newbie trying to get started with vb express: The lessons in the book inivite us to browse for icons ( and also for sample files from the disc) I cannot find either on teh edition I have nor any icon files to try anywhere else. Do you know of any ?

regards P.

mirren_st at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 9

Hi pete

I am new to vb and I am glad I can be of help......

If you download ( Liberty Basic ) trial version......it includes an icon editor which does not expire after trial period

cheers

bronco

BRONCOLANE at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 10
I suggest you download and install Paint.NET (www.getpaint.net) which is a really good freeware photoeditor. If you download and install the icon plugin as well, you will be able to load and edit icon files in a great photo editor ;)

Paint.NET:
www.getpaint.net
Plugin:
http://www.evanolds.com/pdnicocur.html
Svenni at 2008-2-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...