RBT Accounting .Net, VB & Sql -  ProductForm.vb.
 
 
 

        The Form  design, ProductForm.vb

 
 1st TabPage of  TabControl control  selected ...
 
2nd TabPage of  TabControl control  selected ...
 


    Create Visual Basic .Net Forn - ProductForm.vb

 
 Classes used in this Form:
         SqlConnection, SqlDataAdapter
SqlCommand, DataSet, ImageList,  Label, TextBox, Button, TabControl, ComboBox, ToolTip

 

 Create the Form  - ProductForm.vb

  1-  Info about database used ...
          SQL database - RBT
          Table  - product
          Fields - prod_id, type_cur, prod_name, quantity. cost_cur, unit_cost
and umit_price 

2-  Create the Form ProductForm.vb

  1. On the View menu , click  Solution Explorer
  2. In Solution Explorer, right click the RBT Accounting Net, select Add on the shortcut menu to open other shortcut menu, click  Add New Item, the Add New Item - RBT Accounting Net dialog box appears.
  3. In the  Add New Item -RBT Accounting Net dialog box:
  4. In the Categories pane, select Local Project Items
  5. In the Templates pane, select Windows form . A message appears  - (a form for Windows Applications).
  6. In the Name box, type ProductForm.vb
  7. Click Open
  8. In the windows Forms Designer appears the empty window Form design

 

 

 To add the following controls  ...


The codes ...
 


 

 

Previous
  Home
8
 
Next