Skip to content

AaronFourie/Study24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RC.STUDY : WPF-Study-Tracker-App

Second year varsity project

Study tracker app for helping student study time management

Developed in XAML with MySQL Database

Software: Visual Studio, MICROSOFT SQL SERVER MANAGEMENT STUDIO 18


WPF App with SQL Database Guide

WPF App with SQL Database.pdf


INSTRCUTIONS ON HOW TO RUN AND COMPILE THE PROGRAM

  1. Extract and open the zip folder

  2. After that, Open the PROG 2B POE PART 2 folder

  3. Scroll down and until you find PROG 2B POE PART 2.sln

  4. Open PROG 2B POE PART 1.sln in Visual Studio

  5. Once in Visual Studio, locate and hover over to the green "Start" button above the source files.

  6. Click the green "Attach" button or "Start without debugging" green button command to compile and run the program

  7. Should you want to manually exit the program while its running, click on the top right red "X" (default close button) of the currently showing window .


DATABASE

  1. INSTALL (IF NOT ALREADY) THEN OPEN MICROSOFT SQL SERVER MANAGEMENT STUDIO 18

  2. REPLACE THE CONNECTION STRING IN THE DBConnection.cs WHICH IS LOCATED IN THE Connection folder file WITH YOUR COMPUTER'S CONNECTION STRING

  3. OPEN AND EXECUTE THE CREATE_TABLES_SQLQUERY sql file, it will create the tables

  4. TO VIEW THE TABLE RECORDS, OPEN AND EXECUTE TH ViewTableRecords sql file


MULTITHREADING

LOCATE MULTIHTREADING ON THE Login.xaml.cs and Register.xaml.cs pages


SNAPSHOTS

Screenshot 2023-12-12 233315 Screenshot 2023-12-12 233439 Screenshot 2023-12-12 233425 Screenshot 2023-12-12 233455 Screenshot 2023-12-13 022921 Screenshot 2023-12-13 023048 Screenshot 2023-12-13 023056 Screenshot 2023-12-13 025405 Screenshot 2023-12-13 024325 Screenshot 2023-12-13 024346 Screenshot 2023-12-13 024402 Screenshot 2023-12-13 024426 Screenshot 2023-12-13 024437