|
-
October 5th, 1999, 08:44 PM
#1
I never used resource editor before, or maybe i did but have no idea what is it....can somone tel me
-
October 6th, 1999, 01:41 AM
#2
Re: I never used resource editor before, or maybe i did but have no idea what is it....can somone te
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.
-
October 6th, 1999, 01:50 AM
#3
One more idea
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|