vb.net

Sorting Data Based on Date in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to sort data based on date in vb.net. In this method you can sort the data on the database based on the transaction date and it will then be displayed in the datagridview. It has two buttons that has functions such as descending and ascending order. It depends on you which button you will use in sorting data chronologically.

Daily, Weekly and Monthly Report in VB.Net and MySQL Database

Submitted by janobe on
This time, I’m going to teach you how to make Daily, Weekly and Monthly Report in VB.Net and MySQL Database. This is very useful if you have a business because reports provide knowledge to owners about the progress at all levels. This can be an instrument to the success of your business and correct things as needed. This can also be used in any projects. Let’s begin.

Find Records Based on RadioButton in VB.Net

Submitted by janobe on
In this tutorial, I will teach how to find record based on RadioButton in vb.net. This method has the ability to find records in the database based on the value of the radio button. This is so simple yet very powerful methods that can be learn in few minutes. All you have to do is follow the instructions below to see how it’s done.

Simple Way to Get All .txt Files in the Directory Using VB.Net

Submitted by janobe on
In this tutorial I’m going to teach you how to get all .txt Files in the Directory Using VB.Net. This method will surely help you to retrieve all .txt file in a specific directory and display it inside the listbox. This simple program can be easily done in no time. See the procedure below to find out how it works.

How to Add Status Bar Inside the Toolbars in VB.Net

Submitted by janobe on
In this tutorial you will learn on how to add status bar inside the toolbars in VB.Net. But, let’s briefly tackle first what is a status bar? It is a graphical control element that is usually used to display certain information that can be found at the window’s bottom. Now, all you have to do is follow the steps below to see how the status bar is added inside the toolbars.

How to Minimize and Maximize the Form Programmatically Using VB.Net

Submitted by janobe on
In this tutorial I will teach you how to minimize and maximize the form programmatically in vb.net. Many are wondering on how to do this method but I will show to you the simplest way on how to do it. All you have to do is follow the instructions that are shown below then, you are done in just few minutes. So, let’s get started.