Answer Posted / 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 |
Post New Answer View All Answers
____ property is used to lock a textbox to enter a datas.
Binary Access-method isused to access file in which manner?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is the default workspace?
How would you convert a form into document?
What is the use of parameters collection?
Which method is preferred to save data like database to the disk?
What is the use of Tabledef?
What is understand in resource tracking?
How can you Add API functions to your Application?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Advantage of ActiveX Dll over Active Exe.
What are the rules which should be followed while naming a variable in VB?
Is visual basic still used?
How do I mimic a toggle button?