vb.net

Student Guidance Monitoring System with SMS Notification in VB.Net

Submitted by janobe on
Student Guidance Monitoring System with SMS Notification is an automated system that aims to easily check or track the behavior of students in the school campus. With the use of this system, the admin will be able to record the number of times a student has been called into the Guidance Office because of the offenses or complains against the student. Then, in here an S MS notification is used to

School Cashiering System with SMS Notification in VB.Net

Submitted by janobe on
This cashiering system is an automated system that is intended for schools and universities. The main goal of this is to help lessen the burden both the students and the cashier when paying school tuition fee. This system has the ability to add courses, add a student, add fees and at the same time the student can pay for their tuition fee. And the function of payment is individual and in every

Create a dynamic NumericUpDown and button into the DataGridView.

Submitted by Thongkorn on
This article is an extension of the grid capabilities (DataGridView) which is the basic control (or component) that is attached from Microsoft. By adopting a button that increases or decreases integer values (NumericUpDown) is inserted into the grid (Between 1 - 100), but there will be something special will cause 2 events: Mouse click, click on the cell of the grid that we want, then the

Barangay Health Center Information System

Submitted by janobe on
This Barangay Health Center Information System is an automated system that aims to help health workers and midwife in-charge in organizing and monitoring the medical records of patients in every barangays and reduce the hours during the consultation process. This system ensures that records are well secured in a centralized database wherein an authorized health worker can easily check the records

How to Import Excel File in MySQL Database Using VB.Net

Submitted by janobe on
This time, I will teach you how to import excel file in mysql database using vb.net. This powerful method has the ability to import all the data from excel file to mysql database. This is very helpful if you have to transfer the list of records in the excel file to your database. In this way, you don’t have to encode one by one the record in the database.

Retrieve Single Result in the Database Using VB.Net and MySQL Database

Submitted by janobe on
In this tutorial, I will teach how to retrieve single result in the Database Using VB.Net and MySQL Database. This method has the ability to retrieve the data in the database and display the specific field in the textboxes. It has a function that when you write an ID no. of the student it will then display the student details in the textboxes.