1. Structure of database app
2. Design Database
3. Create new VB Project
4. Add TableAdapter and datatable
5. Deep diving TableAdapter & datatable
6. Add Students data entry form
7. Important How to fix errors after adding the image
8. Design the top buttons
9. Adding items to form
10. Loading data in datagridview
11. Bind the items to bindingsource
12. Customize datagridview
13. Enable and disable buttons
14. VB code for New,Edit & Delete buttons
15. Save button VB code
16. Cancel button VB code
17. Fix some bugs
18. Add photo column to sql db
19. Photo browse button
20. Search form design
21. Search data by id and grade
22. Search text columns in SQL
23. Search last name in VB
24. Search date columns in SQL
25. Search date column in VB
26. Load all data in VB
27. Main form design
28. Adding close button
29. Show other forms
30. Showing date and time
31. Change background image
32. Adding minimize button
33. Load selected background
34. Create user database in SQL
35. Design the user form
36. Coding the user form
37. Protect the codes via errors
38. Design the login form
39. Coding the login form
40. Saving login user in database
41. Design the settings form
42. Coding the settings form
43. Design the about us form
44. Adding shortcuts to main form
45. Run calculator from menu