CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: generate a FRX

  1. #1
    Join Date
    Aug 2005
    Posts
    6

    generate a FRX

    HI

    I HAVE PROJECT Visual Basic 6.0 BUT ALL Saved as one text file how can recreate the project from this text file I cut it to multi text files and save it as frm files and try to import it but I have error because I have not frx file
    How can fix this problem
    Thanks
    Last edited by WizBang; July 19th, 2009 at 10:04 AM. Reason: Removed email address

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: generate a FRX

    Is the information for the .frx file contained within the one large file? If not, then you will lose whatever info it had contained. If you remove the references to the .frx from the .frm file which you extracted, it should load, though some info will of course be missing.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  3. #3
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: generate a FRX

    You can spot frx data, it looks like garbage in the editor because it consists of binary data, mostly images, icons and graphical data and other resources.
    I would not expect these things to be contained in a VB6 project file, though, even if everything was put somehow into one single file.

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