how to create exe file using vb
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Answer / rahul
-> Open VB application
-> choose exe option in type of projects
-> Now make the program
Is This Answer Correct ? | 0 Yes | 1 No |
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 |
How do I create a window with a small title bar as in a floating toolbar?
Is VB comes under Object Oriented Programming ?
Explain the usage of Web Browser Control?
Draw Sequence Modal of DAO? Explain.
____ property of menu cannot be set at run time.
What are the properties of datacontrol?
What is ActiveX Control?
How to get Cursor position using API?
How do you change the system menu (on the Control-Menu Box)?
What is the use of Visual Basic Document file?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Explain about control properties?