Results 1 to 3 of 3

Thread: Resource files

  1. #1

    Thread Starter
    Addicted Member jeroenh's Avatar
    Join Date
    Aug 2000
    Location
    Rotterdam, Holland
    Posts
    201
    Is there anybody who can tell me how to edit a resource file other then using the VB add-in for VB Resource Files.

    One that can drag and drop or copy and paste.

    I have to merge 2 very big resource files and I don't want to retype them. Any suggestions????
    Catch you later,

    Jeroen Hoekemeijer
    Code:
    If 1 = 2 Then MajorError

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    You can do it with Visual C++.
    Here's how I create resource files: (I have VB 5, without the Resource File Editor Add-in for VB, and I use VC++ 5 to do it)
    • Create an empty file with the extension RES. For example, "resource.res".
    • Open it (double-click in the file explorer, it should automatically open it in VC++).
    • That's the VC++ resource file editor! I'm not sure it will work for what you want, but it's a different one than VB's add-in!

  3. #3

    Thread Starter
    Addicted Member jeroenh's Avatar
    Join Date
    Aug 2000
    Location
    Rotterdam, Holland
    Posts
    201
    Thank you Yonathan.

    Your suggestion might be right, there is only one problem. I don't have visual C++. Or any other C++ editor.

    I'm looking for some kind of freeware or shareware program wich can do all this.
    Catch you later,

    Jeroen Hoekemeijer
    Code:
    If 1 = 2 Then MajorError

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