App_CAKJV10 application, General Introduction
 
 
 

      
       
Learn  Step-by-step how to write the application - App_CAKJV10   developed with Microsoft Visual C# 2010.

 


 
Classes used in this Application:

 1- DataSet, Button, ComboBox, Label, TabControl,  ListView, MainMenu,  PictureBox, RichTextBox, StausBar, TextBox,Timer
  2-  Logical Classes:  DbConnection, DbDataAdapterDbCommand
 

 Info about the App_CAKJV10 application :
  1. Name - App_CAKJV10.
  2. Database Software.
  3. Developed with Microsoft Visual C# 2010.
     
  4. Uses the Microsoft Access database file - KJV2002.mdb.
    The KJV2002 database file stores 4 books of Bible data. - (every book has a title and consists of several chapters and every chapter consists of several verses)
    The database consists of one table - BibleTable. The table stores more then 31100 records and each record consists of five fields - Book, Title, Chapter, Verse and TextData:
    - The Book field stores the oders of the books - (4 books).
    - The Title field stores the titles of the books.
    - The Chapter field stores the orders of all chapters.
    - The Verse field stores the orders of all verses.
    - The Textdata field stores the contents of all verses.
  5. Functions: View , Search, Show Form  and Animation.
     
  6. Project - App_CAKJV10  and those items
     

     

  7. Requirements: Microsoft Visual Studio 2010 Professional.
     
    If you want to run it:
    1. Remove the read-only attribute of all files in the folder - C:\App_CAKJV10
    2. Run the Microsoft Visual Studio 2010 Professional.  
    3. From File menu, choose Open  then choose Project/Solution,  the Open Project dialog box appears,  select the App_CAKJV10 project file - Type: Microsoft Visual Studio Solution (C:\App_CAKJV10\App_CAKJV10.sln) and then click Open.
    4. From Debug menu, choose and click Start Debugging.
 


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

 1- Info about the Form, MainForm.cs.

 

 2- Info about the Form, BookForm.cs.

 

 3- Info about the Form, About.cs.

 

 4- Info about the Form, Biography.cs.

 

 

Previous
  Home
1
 
Next