Thank you
Printable View
Thank you
if you are talking about the resource Editor add-in that comes with VB 6, this NOT an exe, but a ActiveX DLL "resedit.dll" in your VB directory\Wizards.
To use it use the Add-In Menu in VB 6.
you don't need a resource Editor to create a source file for the resource compiler (rc.exe). You can simply create a plain ASCII text file, (name it .rc if you want) and pass that file as input to rc.exe to create a RES file that you can add to your VB project.
you need to know the syntax for RCFile statements, though. These are documented in MSDN.