| title | Step 1: Set Up the Visual Basic Project | Microsoft Docs |
|---|---|
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.technology | connectivity |
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.reviewer | |
| ms.topic | conceptual |
| ms.assetid | 77d3bfa5-fc9f-4a72-93b4-790c7d227988 |
| author | MightyPen |
| ms.author | genemi |
In this scenario, it is assumed that you have Microsoft Visual Basic 6.0, ADO 2.5 or later, and the Microsoft OLE DB Provider for Internet Publishing installed on your system. You will first create a new project, and then add some controls to the default form in the project.
-
In Microsoft Visual Basic, create a new Standard EXE project.
-
From the Project menu, choose References.
-
Select "Microsoft ActiveX Data Objects 2.5 Library" and click OK.
-
Add a ListBox control to Form1. Set its Name property to lstMain.
-
Add another ListBox control to Form1. Set its Name property to lstDetails.
-
Add a TextBox control to Form1. Set its Name property to txtDetails.
Internet Publishing Scenario
Step 2: Initialize the Main List Box