i need a tool which can view .frm .frx file,i can not open frm file via vb6,i want to recover form coding atleast.please help me how i solve this
Printable View
i need a tool which can view .frm .frx file,i can not open frm file via vb6,i want to recover form coding atleast.please help me how i solve this
you can't open the frx file as it is binary (icons, pictures, etc)... but you can drag the frm file into notepad and open it that way... which brings up the question: why can't you open it in VB6?
-tg
bro,form is corrupted by sudden pc shut down,i opened .frm via notepad,its blank although it shows 86kb,i think u understand how much code written there,i need code of that form atleast,many days ago i saw a tool which can read project file as like vb6.exe but i can not find that in google search now and i m so upset about it
From Form File Loading Errors:
When VB saves a FRM file, it first fills it with spaces before writing the actual code. I'm afraid VB never got the chance to completely save your FRM file when your PC shut down. In that case, unless you had a backup somewhere, your code is gone forever. :eek2: File recovery tools won't help much because all they'll see are the blank spaces.Quote:
Originally Posted by MSDN
This also happened to me before several times already. :cry: Now, I always make a backup of all the project files under a "BAK" subdirectory whenever I save the project prior to running in the IDE. In addition to that, I also embed the whole project as resources in the compiled exe for redundancy.
:p try a system restore
Well, the fact that System Restore worked for you means it was a system problem.
As soon as you open SR you see a message stating
System Restore does not affect any of your documents, pictures, or other personal data.
Edit:
I think you mean Backup and Restore which, is a different program found under "System and Security" in the Windows 7 Control Panel.