To create Visual Basic 2010 Form, agenda.vb
 
 
 

        The Form  design, agenda.vb

 

 


    Create Visual Basic 2010 Forn - agenda.vb

 
 Classes used in this Form:
   1-     
DataSet, DateTimePicker, ComboBox,  VScrollBar, ImageList, ListBox, Label, PictureBox, CheckBox, Button,  Panel TextBox
   2-    Logical classes:
DataAdapter, Connection, Select Command 
 

 Create the Form agenda - agenda.vb
  1.  Create the Form agenda.vb
     

    Add  New Item - agenda.vb Form to work_VBNet_10 Project

    1. On the Projet menu , click  Add New Item ... Add New Item - work_VBNet_10 dialog box appears, Select Windows form Icon, in the Name box type agenda.vb and then click Add.
     

     
      Note:
    In the Windows Forms Designer appears the design form created and in the Properties Windows displays the corresponding properties

       and The design Form  agenda.vb created, appears the empty window Form design
     
     
    The codes file, created ...
    Public Class agenda

    Private Sub agenda_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    End Class

     


 

 Create the DataSet Agendadset - Agendadset.xsd
  1.  Create the DataSet Agendadset.xsd

     

    Add  New Item - Agendadset.xsd Dataset to work_VBNet_10 Project

    1. On the Projet menu , click  Add New Item ... Add New Item - work_VBNet_10 dialog box appears, Select DataSet Icon, in the Name box type Agendadset.xsd and then click Add.
     

     
     
     
    1.  DataSet Agendadset.xsd - Drag Database items fromServer Explorer.   Data source = C:\work_VBNet_10\work_VBNet_10\data\work_VBNet.mdb

     
              Datatable: Agenda

     

 

 The following controls to ...

***

   The codes  corresponding ...

Previous
  Home
7
 
Next