Image Editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the Image Editor to add a resource to my VB.Net project.
The instructions from the help file are: (I have Vs.Net 2003, Pro edition)

1)In Solution Explorer, right-click the project folder (for example,
WindowsApplication1).
2)From the shortcut menu, click Add, then choose Add New Item.
3)In the Categories pane, expand the Local Project Items folder, then choose
Resources.

All goes well until STep 3. When expanded, the Categories Pane doesn't have
a Resources Option!

What am I doing wrong?
 
Dennis,

As far as I know can you not directly use the image editior to add a
recourse to your resx file, when I understand you well is that to make
(change) bitmaps what is it you want to archive?

Cor
 
I'm having trouble finding out how to start the Image Editor! The only
documentation I can find is the instructions in the help file which I can't
seem to get to work. How do you start the damn image editor anyway?
 
Dennis,

Open a .bmp file as an item and it will directly show up in the image
editor, the same is with an .Ico file.

I hope this is what you was trying to find?

Cor
 
Ok, I got the Icon Editor to start when I add a new item and select Icon
type. However, if I select a "Existing Item", all I get is a binary dump of
the item. What I'm trying to do is add an existing Icon to my project then
edit it.
 
Right click on the Icon in your poject and select Open With and choose the
Resource Editor.
 
Tried that and I get "Cannot load any resources from this file". What I did
was to Add an existing item (icon ICO file) then right clicked and selected
"Open With" then selected Resources Editor!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top