how to add image files to .resx

S

Steve

Hello,

According to my C# book, I can add a .resx file to my
project by going to the Project menu, Add New/Assembly
Resource File... I want to add 6 icon files, one.ico,
two.ico...six.ico. I got as far as adding the
Resource1.resx file. I now see a table like thing with
the titlel "Data for data". So how do I add my ico files
to this table? I see the xml page. Do I have to manually
type in the ico files? And before I do that do I need to
add the ico files to my project by right-clicking on the
solution explorer/add existing item? Eventually, I want
to use the Resource Manager to use these resources. How
do I set this up?

Thanks,
Steve
 
S

Steve

Thanks for your reply. Now I feel better with the
solution that I came up with - which is to create my own
resource file from a separate program using the
resourcewriter. This seems to work fine. I just thought
I was reinventing the wheel doing it this way. I guess
not.

Thanks
 

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

Top