KJV_VCNet application, General Introduction
 
 
 

      
       
Learn  Step-by-step how to write the application - KJV_VCNet   developed with Microsoft Visual C++ .Net.

 


         
 

 Info about the KJV_VCNet  application :
  1. Name - KJV_VCNet.
  2. Database Software.
  3. Developed with Microsoft Visual C++ .Net.
     
  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  and Animation.
     
  6. Requirements: Microsoft Visual Studio .Net.
  7. The CD-Rom - Teach_VNet stores the analogue application in the folder \\C_Col_VC++Net\KJV_VCNet.
     
    If you want to run it:
    1. Copy the folder KJV_VCNet from the CD-Rom - Teach_VNet onto C: drive.
    2. Remove the read-only attribute of all files in the folder - C:\KJV_VCNet
    3. Run the Microsoft Visual Studio .Net.
    4. From File menu, choose Open  then choose Project ...,  the Open Project dialog box appears,  select the KJV_VCNet.vcproj project file (C:\KJV_VCNet\KJV_VCNet.vcproj) and then click Open.
    5. From Debug menu, choose and click Start.

         Project - KJV_VCNet  and those items
 
  1. From View  menu, click  Resource View
     

     

  2. From View  menu, click Solution Explorer
     

 


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

 1- Info about the Dialog - IDD_KJV_VCNET_DIALOG

 

 2- Info about the Dialog - IDD_BOOK

 

 3- Info about the Dialog - IDD_ABOUTBOX

 

 4- Info about the Dialog - IDD_BIOGRAPHY

 

 

Previous
  Home
1
 
Next