• Welcome to Valhalla Legends Archive.
 

Recover VB .frm's with binary file? Plz help

Started by erase, July 22, 2003, 09:54 PM

Previous topic - Next topic

erase

Hi
I accidently deleted one of my VB projects -- all the .frm's were deleted & emptied from the recyclye bin. I noticed the binary files (.frx's) are still in the folder. I thought the binary files are only used for icons/images etc. I'm doubting it - but I was wondering if i could somehow recover the .frm using the binary file?
Thanks much!
-Erase

Spht

#1
Quote from: erase on July 22, 2003, 09:54 PM
Hi
I accidently deleted one of my VB projects -- all the .frm's were deleted & emptied from the recyclye bin. I noticed the binary files (.frx's) are still in the folder. I thought the binary files are only used for icons/images etc. I'm doubting it - but I was wondering if i could somehow recover the .frm using the binary file?
Thanks much!
-Erase

FRX only contains binary data which is used in your form at design time (such as the picture on the form which is set at design time will be stored in this file).

You can not recover your FRM structure and source from a single FRX bound to that form.

Mesiah / haiseM

One time something similar happened to me, i was programming something, and the computer decided it wanted to restart, so i didnt save anything, but when i opened my project, it was right where i left off... im not sure if it creates a tmp file for workspace or what, but yeah, think of your .frm's as your code, and the .frx's as everything you see, once there gone, your form and code within the form is gone.
]HighBrow Innovations
Coming soon...

AIM Online Status: 

l)ragon

Is there not an undo delete function, I thought there was a way to pull up and restore items that were deleted within like a certain time frame.
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*

Grok

If you have reached a point in your programming where it is painful to lose source code, it is time to use a source control database, like Microsoft Visual SourceSafe, or some other product.

Using source control databases, you can roll back to any version you previously checked in, and keep track of your changes better.

Adron

And on the topic of source control databases, I hope all our members know that we have a CVS set up at vl.com? :P

DarkMinion


c0ol

Quote from: Grok on July 23, 2003, 04:08 AM
If you have reached a point in your programming where it is painful to lose source code, it is time to use a source control database, like Microsoft Visual SourceSafe, or some other product.

Using source control databases, you can roll back to any version you previously checked in, and keep track of your changes better.
CVS ;)