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

        The Form  design, ExchangForm.vb

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


    Create Visual Basic .Net Forn - ExchangForm.vb

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

 

 Create the Form  - ExchangForm.vb

  1-  Info about database used ...
          SQL database - RBT
          Table  - chang
          Fields - ch_date, llrate_usd, rate_ll, rate_eur, rate_eng
and rate_jap

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 ExchangForm.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
6
 
Next