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 …
Month: July 2015
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
Here we explained different methods to declare Date Time Format in VB.NET. This program will explain how to display date (day, month, Year, Day) and Time (Hour, Minute, Second) in VB.NET. In this program we have formatted date and time in the…
Disable warning and notices in XAMPP
Disable warning and notices in XAMPP – When you install new XAMPP software to your PC it will display warning and notice in all php pages that you created. This is because E_ALL & ~E_NOTICE enabled in php.ini configuration file. In this tutorial…
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.
