Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to in visual basic .exe to .frm
Name: overclocker Date: January 27, 2003 at 12:17:02 Pacific OS: xp pro and mandrake 9.0 CPU/Ram: 1.7Ghz @ 2.26 Ghz
Comment:
Hey, I have saved my program in *.exe format after completing it in visual basic. And I have deleted the *.frm file. Now I have to edit the code so I was wondering how can I change the *.exe format of the visual basic file to *.frm so that I can work and edit the code. Thanks and please help....for this stupidity I can't work on my program anymore. Thanks.
Name: DAVE Date: January 27, 2003 at 18:44:56 Pacific
Reply:
you cant. once it is in the .exe form, you cant edit it, nor can you retreive the code that's in it without having all the related files (.frm, .vbp, etc.) as well. either live with what you have, or redo it...check your recycle bin, maybe it's still there.
DAVE
0
Response Number 2
Name: BelAnWel Date: January 28, 2003 at 18:27:47 Pacific
Reply:
Dave is right. u cant reverse-engineer an exe to its original form. its a no-no. if u have norton system works, u could try to unerase the .frm, .frx, etc. files u deleted.
Summary: I cannot view forms in Visual Basic 6, even after reinstalled five times. Whenever I go to view a form I get the following error VB6 caused an invalid page fault in module VB6.EXE at 0167:004581f1. Re...
Summary: Hi, I know there are many different web servers out there. The best open source one is, of course, Apache and I like using a variety of freeware servers for Windows. However, I am interested in progra...
Summary: Hi I'm trying to figure out how to do a simple ftp transfer in Visual Basic 5. I've found and tried some sample scripts without success. As I'm new to VB, I must have misunderstood how to declare them...