Resource manager

  • Thread starter Thread starter Crirus
  • Start date Start date
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.
 
Back
Top