English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have Visual Basic 2005 Express Edition. I made a program and saved it. The VB files are there but I don't see the executable like I do in other versions of VB.

2006-09-28 09:03:31 · 5 answers · asked by Justin C 1 in Computers & Internet Programming & Design

5 answers

Well, you said that you saved it. There should be an option to compile it, not just save it. In most versions of VB it says "compile to .EXE" or just compile... When you do a compile, unless your options are set to build other types of files it will build an EXE file, which is the default.

2006-09-28 10:01:46 · answer #1 · answered by Anonymous · 0 0

When you first open the Visual Basic 2005, look on the left hand side. You shoudl see a box that says "Recent Projects". You file should be under there. Double click on the file you want to open. If it opens but you don't see your project, look to the right. There should be a gray box called "Solution Explorer". Under it should be your file name and the words "My Project" and "Form1.vb". the 'Form1.vb' part may be different depending on you preferences. Double Click on the "Form1.vb" and your project should appear. From there you can jsut double click on your project to view your code.

2006-09-28 14:26:00 · answer #2 · answered by Anonymous · 0 0

maximum machines have already got the .internet framework. If not, that's basic to place in. additionally, you might have the means to deliver mutually a progam (exe format) with the help of going into build > build (ProjectName). The exe could be modern-day in "My information/seen Studio 2005/projects/(ProjectName)/bin/launch/... If it is not there, then attempt "My information/seen Studio 2005/projects/(ProjectName)/bin/Debug/(P...

2016-10-01 11:31:25 · answer #3 · answered by ? 4 · 0 0

It should be located in the ProjectDir\Debug\bin directory unless you changed the default build settings.

2006-09-28 12:23:12 · answer #4 · answered by Dr.Mr.Ed 5 · 0 0

You need to make the exe by selecting "make project.exe" (The name of you project will be shown instead of project) It should be in the file menu.

Hope it helps

LLAP

2006-09-29 04:29:58 · answer #5 · answered by James R 2 · 0 0

fedest.com, questions and answers