To create Visual Basic 2010 Form, book_note.vb
 
 
 

        The Form  design, book_note.vb

 

 


    Create Visual Basic 2010 Forn - book_note.vb

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

 

 Create the Form book_note - book_note.vb
  1.  Create the Form book_note.vb
     

    Add  New Item - book_note.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 book_note.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  book_note.vb created, appears the empty window Form design
     
     
    The codes file, created ...
    Public Class book_note

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

    End Sub

    End Class

     
 
 
 Create the DataSet book_dset - book_dset.xsd
  1.  Create the DataSet book_dset.xsd

     

    Add  New Item - book_dset.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 book_dset.xsd and then click Add.
     

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

     
              Datatable: book

     

 

 The following controls to ...

***

 
   The codes  corresponding ...
 
 

Previous
  Home
5
 
Next