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.
VB 2005 Express Ed.
Name: Mark.UK Date: April 11, 2006 at 10:36:18 Pacific OS: XP Pro CPU/Ram: 2.8HT/1Gb
Comment:
I have just downloaded the above from MS and have created an application adapted from this VB6 code:
I am trying to create a .exe but cannot see the necessary functions within the product to do so, the product is bundled with SQL Server 2005 Express which gives me the impression one can create a .exe and test it in the server app.
I have looked at MS to no avail so...
Q. Does anyone know how to create the .exe with this app or is it not available in the Express version?
Name: astroraptor Date: April 11, 2006 at 20:17:51 Pacific
Reply:
After opening your project, you will see a menu called "Build", click on "Build [name of your project]" and you're set!
To find your compiled project (exe file) look under "C:\Program Files\Microsoft Visual Studio 8", look within the folders, you will see a folder named after your project, within that folder a folder called "Bin", go into that and now double-click on "Release" and voilĂ .
0
Response Number 2
Name: Mark.UK Date: April 12, 2006 at 03:52:52 Pacific
Reply:
Thank You astroraptor, my exe file actually appeared in the Bin Folder within Projects in My Docs (even better) & it's a sensible size, VB6 would have made it 30 or 40 mb.
I would have never worked that out from the MSDN Online help, tried to get me clicking on tabs that did not exist in New Project???
Summary: Hi I'm currently going through the 2005 Express Edition help files and am following the tutorial that explains how to create a database - just a simple addresses dbase. I want to be able to show the ...
Summary: Wow, I got Visual Basic 2005 Express Edition and let me tell you, it's NOT at ALL like VB 6.0. It's really ridiculously over-complicated. Or maybe I'm just not doing things right. I don't know. Anyway...
Summary: I have been asked to create a special-purpose browser for work. I dont have much experiance in programming so I bought the book 'Visual Basic 6 from the Ground Up.' It has a chapter on how to create...