As the name suggests, the notepad in VB.Net application is a text editor that is intended to create some of the simple documents with great ease. The user interface must be simple and easy to understand. This will be one of the…
All have been gone through the scenario where a person needs to find the most repeated letter in a word or most repeated item in a list. As the name suggests, find most repeated item in VB.Net will provide the code snippet…
As the name suggests, month calendar in VB.Net is an application that will allow the user to select the range of dates of the particular month with great ease. This application will be one of the interesting applications that one can work…
Text boxes are one of the common website elements that one can find in the websites. The main purpose of the text box is the user input. The user can give suggestions or enter some names etc when asked for. At such…
Once the system is turned on there will be various processes running as a background job. There will be process component which will help in starting, stopping the processes that will be running in the system as a background job. The get…
In general, sorting is a technique of ordering or sorting numbers or items in some specified order. Sometimes the data needs to be sorted in some ascending or descending order. So to accomplish this task, the sorting in VB.Net can be of…