Resource manager

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

Hi

I need a good resource manager for Vb.NET
Anyone happend to know one?

Regards,
Crirus
 
I mean, agood resource manager that allow me to add images to a resx...
Which is the best way to use images?
 
VS.net comes with a Resource Editor. MS ships only the source code for it
not the executable. You may find it at:

C:\Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\Samples\Tutorials\resourcesandlocalization\reseditor

If you use the batch file to compile the source code, you need to run the
batch file from .Net Command Prompt.

Once compiled, you can create .res or .resx files using the Resource Editor
and include the .Res(x) file in your project.
 

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