Answer Posted / 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 |
Post New Answer View All Answers
In which areas the Error occurs?
How do I program the Novell NetWare API from VB?
what is the Difference between Recordset and Querydef?
What is FireHouse Cursors?
Explain Default cursor Type and LockEdit type in DAO?
What is difference between datagrid and flexgrid?
Is visual basic c#?
What are the properties of datacontrol?
How can I access a record by record number?
what are the Parts of ODBC?
How do I create a new form in visual basic?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What are the important components of OLEDB?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How would you access objects created in ActiveX Exe and ActiveX D1T ?