CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    I never used resource editor before, or maybe i did but have no idea what is it....can somone tel me

    Thank you


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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.


  3. #3
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured