To create Visual Basic  .Net Form - About.vb
 
 
 

       The Form  design, About.vb
 


   Create Visual Basic .Net Forn - About.vb

 
Classes used in this Form:
         OleDbConnection, OleDbDataAdapterDataSet, PictureBox,  Label, TextBox, Button

 

 Create the Form About - About.vb
  1. On the View menu , click  Solution Explorer
  2. In Solution Explorer, right click the APP-VBNet, select Add on the shortcut menu to open other shortcut menu, click  Add New Item, the Add New Item - APP-VBNet dialog box appears.
  3. In the  Add New Item -APP-VBNet dialog box:
    1. In the Categories pane, select Local Project Items
    2. In the Templates pane, select Data Form Wizard . A message appears  - (a form for Windows Applications).

      Note:
      The Data Form Wizard create Windows Form with data-bound controls. The controls display data from any data source you specify. The data component for this form consists:
      • A connection to a data source-(her the datasource - C:\APP-VBNet\Pic\KJV2002.mdb.
      • A data adapter .
      • A typed dataset to hold the records fetched from the database
         
    3. In the Name box, type About.vb
    4. Click Open, the Data Form Wizard dialog box appears.  

 

 Data Form Wizard  dialog box ...

 

 Add  picture file ...

 

 The following controls to ...

 

 The codes  corresponding ...


 

 

Previous
  Home
5
 
Next