Feb 21, 2004 #1 Ragol1 Programmer Oct 25, 2001 315 US Hello I have been given a task, we have been given the source code for a little script we had written. It contains 2 .frm 1 .gif 1 .frx 1 .vbp 1 .vbw I need to compile this to an EXE How can I do this? Thanks
Hello I have been given a task, we have been given the source code for a little script we had written. It contains 2 .frm 1 .gif 1 .frx 1 .vbp 1 .vbw I need to compile this to an EXE How can I do this? Thanks
Feb 23, 2004 #2 SqueakinSweep Programmer Jun 20, 2002 945 GB FRM's and FRX's? Are you sure this isnt a Visual Fox app? If it is a VB.NET app, you simply create a project, add all the relevant components into it, and build it, by default as a .EXE. Sweep ...if it works dont mess with it Upvote 0 Downvote
FRM's and FRX's? Are you sure this isnt a Visual Fox app? If it is a VB.NET app, you simply create a project, add all the relevant components into it, and build it, by default as a .EXE. Sweep ...if it works dont mess with it
Feb 23, 2004 #3 SHelton Programmer Jun 10, 2003 541 GB The files you have are a VB project (pre-.NET). Open the .vbp file from within Visual Studio .NET (File..Open..Project) and you will automatically get the VB Upgrade wizard. Just follow the prompts. Upvote 0 Downvote
The files you have are a VB project (pre-.NET). Open the .vbp file from within Visual Studio .NET (File..Open..Project) and you will automatically get the VB Upgrade wizard. Just follow the prompts.
Feb 25, 2004 #4 bigfoot Programmer May 4, 1999 1,779 US Yup. It's a vb6 app. I think. Upvote 0 Downvote