Simple Contacts using VB.Net and MS Access Database with Source Code
This is a Simple VB.NET project with source code called Simple Contacts. This simple software stores and manages contacts. This program will show you how to add multiple UserControl in a single Form. The contacts display in the form is resizable using the toggle for resizing. This simple program will help you to learn the basic and most commonly used operations and functions in developing VB.NET software applications. This contact software has CRUD Operations which is stands for Create, Read, Update, and Delete Operations. I used the MS Access Database to store the contact details. Aside from the features, I have mentioned, this program also stores the contact avatar/images.
Features
- Add Contact
- View Contact
- Update Contact Details
- Search Contact
- Resize Contact Display
The source code is free to download. Feel Free to modify the source code the way you wanted but please don't forget to give me credits as the original developer. Thanks!
How to Run
Requirements
- Download and Install Microsoft Visual Studio Software. (recently tested using VS 2019 Community)
- Download and Install MS Office or MS Access Database Engine 2010
Installation/Setup
- Download and Extract the provided source code zip file (download button is located below)
- Locate the solution file inside the extracted source code folder. The file is known as "Simple Contacts.sln".
- Open the solution file with your MS Visual Studio Software.
- Press the "F5" key on your keyboard to run this Simple Contacts Project
Demo
That's it! You can now explore the features and functionalities of this simple Contacts Software. I hope this project will help you with what you are looking for and you will find something useful for your future VB.NET and MS Access Database Projects.
Enjoy Coding :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 3615 views