AndyK
October 5th, 1999, 08:44 PM
Thank you
|
Click to See Complete Forum and Search --> : I never used resource editor before, or maybe i did but have no idea what is it....can somone tel me AndyK October 5th, 1999, 08:44 PM Thank you Lothar Haensler October 6th, 1999, 01:41 AM 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. Lothar Haensler October 6th, 1999, 01:50 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |