Category: VB.NET
VB.NET Program – Age Calculator
VB.NET Program – Age Calculator : This program will explain to calculate age by entering Date of Birth and Current date. After entering date of birth and Current date it will display birth day in the date of birth datetime picker and current day will display in the till now date time picker. In the result label it will display age in years with month and days. This is developed in VB.NET works with a very simple logic. Read more about VB.NET Program – Age Calculator …
Creating MDI Parent Form in VB.NET

This lesson will explain you to Creating MDI Parent Form in VB.NET. MDI stands Multiple Document Interface (MDI)and this is the container which holds the MDI child windows forms that means all the sub windows opens in the MDI parent form. The MDIParent Form is a form with some advanced features which has Menu strip, Toolstrip, Statusstrip, Tooltip, etc. Read more about Creating MDI Parent Form in VB.NET …
Date time format in VB.NET
Form properties in VB.NET

Form properties in VB.NET – The windows form is most useful and mandatory control to build user interfaces. Each time when you add new form it will display the blank form. There are more than 25 properties in the form and in this tutorial we explain main important properties of the form.
Message Box in VB .NET

Message Box in VB .NET – Working with messagebox is a very interesting topic for beginners. The message box which displays dialog box in VB.NET. It is used to display a error messages, notification, etc. This tutorial helps you to learn main features of message box. In the example we created program of simple messagebox, Message box with title, dialog box with buttons, dialog box with icons, and dialog box with if else condition. Read more about Message Box in VB .NET …
