To create Visual Basic .Net Form, agenda.vb
 
 
 

        The Form  design, agenda.vb

 

 


    Create Visual Basic .Net Forn - agenda.vb

 
 Classes used in this Form:
         
OleDbDataAdapter1, OleDbConnection,  DataSet, DateTimePicker, ComboBox,  VScrollBar, ImageList, ListBox, Label, PictureBox, CheckBox, Button,  Panel TextBox

 

 Create the Form  - agenda.vb
 
   1-   The Access file - work_VBNet.mdb -
C:\work_VBNet\data\work_VBNet.mdb   used by this data form - agenda

2- Create the Form agenda.vb
 

  1. On the View menu , click  Solution Explorer
  2. In Solution Explorer
    right click the work_VBNet, select Add on the shortcut menu to open other shortcut menu, click  Add New Item,  the Add New Item - work_VBNet dialog box appears.

     

  3. In the  Add New Item -work_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:\work_VBNet\data\work_VBNet.mdb.
      • A data adapter .
      • A typed dataset to hold the records fetched from the database

       

    3. In the Name box, type agenda.vb
    4. Click Open, the Data Form Wizard dialog box appears.

     
    Steps of Data Form Wizard  dialog box ...
 

 

 Data Form Wizard  dialog box ...

 

 The following controls to ...

***

   The codes  corresponding ...

Previous
  Home
7
 
Next