C Crirus Oct 10, 2003 #1 Hi I need a good resource manager for Vb.NET Anyone happend to know one? Regards, Crirus
A Armin Zingler Oct 10, 2003 #2 Crirus said: I need a good resource manager for Vb.NET Anyone happend to know one? Click to expand... For free: System.Resources.ResourceManager
Crirus said: I need a good resource manager for Vb.NET Anyone happend to know one? Click to expand... For free: System.Resources.ResourceManager
C Crirus Oct 10, 2003 #3 I mean, agood resource manager that allow me to add images to a resx... Which is the best way to use images?
I mean, agood resource manager that allow me to add images to a resx... Which is the best way to use images?
N Nice Chap Oct 10, 2003 #4 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.
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.