-
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
-
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.
-
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.