
To deselect all rows and cells in a DataGridView, use ClearSelection method. Read more about Deselect all selected rows in DataGridView …

To deselect all rows and cells in a DataGridView, use ClearSelection method. Read more about Deselect all selected rows in DataGridView …

In VB.NET you can reverse a string using the StrReverse function. But this source code demonstrates to you how you can reverse string using for loop. Read more about Reverse string in VB.NET …

This is a very simple program which explains how to add, edit, delete , view records from SQL database. ADO.NET used in this mini project. After submitting name, address, phone number the record inserts to database and it displays in datagridview. The system generates dress code automatically.
Read more about Add, Edit, Update, Delete in VB.NET …
Font is one of the factors that are responsible to make your websites look good on the system. All might be aware of the font properties that we use in day to day activities while working in the computer. Using different font properties the websites or the documents that you prepare can be made to look more attractive. The changing font property, color and alignment on run time in VB.Net will act as a guide in providing the details of the font properties that are present in VB.Net. This will be one of the applications that can help in understanding the users about the font dialog properties in VB.Net.
The different font properties that are available in VB.Net are as follows:
This is a simple program which explains to change style, Fore color, and alignment at Runtime using VB.NET. FontDialog tool to change font properties, ColorDialog property tool to change color of the text in multiline textbox. Read more about Changing Font property, Color and Alignment on Runtime in VB.NET …
Font is one of the factors that are responsible to make your websites look good on the system. All might be aware of the font properties that we use in day to day activities while working in the computer. Using different font properties the websites or the documents that you prepare can be made to look more attractive. The changing font property, color and alignment on run time in VB.Net will act as a guide in providing the details of the font properties that are present in VB.Net. This will be one of the applications that can help in understanding the users about the font dialog properties in VB.Net.
The different font properties that are available in VB.Net are as follows:
This tutorial explains Changing Font property, Color and Alignment on Runtime in VB.NET. This simple program which explains to change style, Fore color, and alignment on run time. FontDialog used to change font properties, ColorDialog property used to change color of the text in multiline textbox. Read more about Changing Font property, Color and Alignment on Runtime …
As the name suggests, the simple calculator in VB.NET is an application that will allow the user to do some mathematical calculations and to calculate the results. The text color of the application can be customized easily through this application. Even if the application is quitted the calculations that are done will be saved easily through this application. This application can occupy the same look and feel in each and every device which will be having different resolutions. It is very easy to use just like the handheld calculator. The user interface must be simple and easy to understand even by the common man. This will be one of the interesting applications that the final year students can implement in the real time world.
This application is easy to use with large buttons, clean and stylish design. This application will provide the basic functionalities that most of the people need for daily calculations. The features that can be included in the simple calculator application are as follows:
This is a simple program which calculates two numbers. It has four buttons that is Addition, substraction, Multiplication, and Division. Two Textbox has inserted to add two numbers and the result displays in total text box. Read more about Simple Calculator in VB.NET …