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

How do I create a window with a small title bar as in a floating toolbar?

0 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  


Explain the usage of Web Browser Control?

0 Answers  


Draw Sequence Modal of DAO? Explain.

0 Answers  


____ property of menu cannot be set at run time.

0 Answers  


What are the properties of datacontrol?

0 Answers  


What is ActiveX Control?

1 Answers   Infosys,


How to get Cursor position using API?

0 Answers  


How do you change the system menu (on the Control-Menu Box)?

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


Explain about control properties?

0 Answers  


Categories