RBT Accounting Net application, General Introduction
 
 
 

      
      
Learn  Step-by-step how to write the  application developed with Microsoft Visual Basic .Net  but the Sql database manage and store data.

 


 
Classes used in this Application:

         SqlDataAdapterSqlConnection, SqlCommand,
DataSet,  TabControl,  DataGrid, ListView, ComboBox,  DataTimePicker, MainMenu, Timer, ImageList, PictureBox,  Label, TextBox, Button.
 

 Info about the APP-VBNet application :
  1. Name - RBT Accounting Net
  2. Database Software. (Accounting & Stock)
  3. Developed with Microsoft Visual Basic .Net but the Sql database manage and store data.  
  4. The  Sql database name used - RBT ( primary database file - RBT_Data.mdf,  transaction log  file - RBT_Log.ldf )
    This Sql database  consists of five tables - ord_sales, it_sales, chang, product and cust_comp
     Between tables  ord_sales and it_sales  exist one-to many relationship.
  5. Functions: Navigation, Add, Update , Search and Animation.
     
  6. Project - RBT Accounting Net  and those items
     

  7. Requirements: Microsoft Visual Studio .Net and Microsoft SQL 2000

     
    If you want to run it:
     
    1. Remove the read-only attribute of all files in the folder - C:\RBT Accounting Net
    2. Add the Sql database stored in the folder C:\RBT Accounting Net\Data  to the SQL Server Entreprise Manager
    3. Run the Microsoft Visual Studio .Net.
    4. From File menu, choose Open  then choose Project ...,  the Open Project dialog box appears,  select the RBT Accounting Net.vbproj project file (C:\RBT Accounting Net\RBT Accounting Net.vbproj) and then click Open.
    5. In this application, modify all SqlConnection strings  to point to a valid with your Microsoft SQL Server database
    6. From Debug menu, choose and click Start.
 


After running, you can observe the following Forms design ...:
 

 1- Main Form - MainForm.vb and Introductory Form - IntrodForm.vb .

 

 2- Master Details Form, salesForm.vb.

 

 3- Exchange Form - Exchangeform.vb.

 

 4- Account Form - Account_Form.vb.

 

 5-  Product Form - ProductForm.vb.

 

 6- About Form - About.vb.




 

 

Previous
  Home
1
 
Next