Category: VB.NET Tutorials
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 …