how to create exe file using vb

Answers were Sorted based on User's Feedback



how to create exe file using vb..

Answer / shahnawaz hayat

1- Open your vb project and run it for error checking
(debug and remove errors if any)
2- File Menu --> Make ProjectNme.exe click
3- A make project Popup appears type your exe file
location & name and press OK button
4- Exe file would be created

Is This Answer Correct ?    51 Yes 5 No

how to create exe file using vb..

Answer / manjuladevi

To create an exe file in vb, the following steps are used.

1. open the vb project. Assume that the name of the project
is saved as projectname
2. click make projectname.exe in the file menu
3. A dialog box appears. In that save your exe file to your
desired location.
4. Now the exe file got created.
5. Finally execute the exe file.

There is no need to install vb software to execute an exe
file.

Is This Answer Correct ?    4 Yes 0 No

how to create exe file using vb..

Answer / uday salunkhe

To create an exe file in vb, the do steps are used.

1.Open Microsft visual Studio 6.0.
2.Create Your Project.
3.Save Project with Projectdemo.
3.Run projectdemo for Error checking.
4.After That Click On File Menu.click on Make
Projectdemo.exe.
5.The "Projectdemo" is a Project Name which is you Save.
(See step-3).
6.Becouse of this one dialogbox is open.From That Select
Exe File Path.And Click on OK.
7.Now,.exe is Ready to use.

Is This Answer Correct ?    2 Yes 0 No

how to create exe file using vb..

Answer / palanivel

Click File--> Make Project.exe Then select File Name Then
close Application
Click -> Start -> All Programs -> Microsft visual Studio
6.0 -> Microsft visual Studio 6.0 Tools -> Package&Deploment

Is This Answer Correct ?    2 Yes 1 No

how to create exe file using vb..

Answer / kukadiya chandresh

to create exe.file. create your project then
click on the make exe.file.

Is This Answer Correct ?    1 Yes 0 No

how to create exe file using vb..

Answer / rajan kumar

Go to file menu and go to make exe than click the make exe
and open the save dialog box and save specific location
than finally create the vb exe file.

Is This Answer Correct ?    1 Yes 0 No

how to create exe file using vb..

Answer / penchal das

to create .exefile go to file menu and select create .exe or
directly select the project file under the solution explorer
->right click on the file and select rename option add name
along with .exe

Is This Answer Correct ?    4 Yes 4 No

how to create exe file using vb..

Answer / rahul

-> Open VB application

-> choose exe option in type of projects

-> Now make the program

Is This Answer Correct ?    0 Yes 1 No

how to create exe file using vb..

Answer / m.manikandan

select the project file and right click and click MAKE
it will be converted .exe file

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Visual Basic Interview Questions

Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


Explain about arrays?

0 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


What is DDE?

0 Answers  






what are the Types of LockEdits in RDO?

0 Answers  


What is the purpose of the AutoRedraw property on a form or container?

3 Answers  


How do I prevent multiple instances of my program?

0 Answers  


What are the Sequence of events when a form is loaded in Visual Basic?

6 Answers  


How many number of events does the Timer controls ?

3 Answers  


How many max. number of controls can place in one form (especially visual basic form)?

6 Answers   Satyam,


Explain the "cursortype" and "Locktype" in VB?

1 Answers  


Categories