To create Visual Basic 2010 Form - book_search.vb
 
 
 

      The Form  design, book_search.vb

 


  Create Visual Basic 2010 Forn - book_search.vb

 
Classes used in this Form:
        Label,   Panel,  ComboBox,  Button,  PictureBox, CheckBox, TextBox, DataGrid, OleDbConnection, ImageList

 

 Create the Form book_search - book_search.vb
  1.  Create the Form book_search.vb
     

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

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

    End Sub

    End Class

     

 

 Add the following controls to ...

 

 The codes  corresponding ...



 

 

Previous
  Home
6
 
Next