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

    Is there anyway to remove.....

    After .exe is made ......(when you right-click on the .exe and select "properties")....well is there anyway to remove "Version" tab in properties of a program

    Thank You


  2. #2
    Join Date
    Sep 1999
    Posts
    202

    Re: Is there anyway to remove.....

    Open your .exe in resource editor and delete your VERSIONINFO resource.


  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Is there anyway to remove.....

    how do I remove that VERSIONINFO ???? I mean i thought rc.exe (res compiler) is only for making .res files...........


  4. #4
    Join Date
    Sep 1999
    Posts
    202

    Re: Is there anyway to remove.....

    I am using Resource Workshop 4.5 Copyright 1991-1994 Borland International.
    It's 5 seconds to open .exe, delete a resource and save .exe
    VB 'resource editor add-in' can open only .RES files, I think.


  5. #5
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Is there anyway to remove.....

    ok thanks


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