what is a frx archive and how I can use it?
I work in visual basic 6 and I have form1.frm and form1.frx how can I run them?
Thank you very much.
Printable View
what is a frx archive and how I can use it?
I work in visual basic 6 and I have form1.frm and form1.frx how can I run them?
Thank you very much.
Almost anything with the extension .*x in VB6 is like a workspace file. They hold any binary info that would go into a property bag and get loaded at runtime.
Example, if you have a picturebox on a form, and assign a picture to it at design time, the image info is added to the frx file, which is compiled into the exe.