Category: VB.NET Mini Projects
VB.NET Email Validation
Cake Ordering System
Smiley face programming
This is the Smiley face programming mini project which has complete tutorial of creating Graphics programming using vb.net. Creating graphics programming in VB.NET is not easy task. Here we have used DrawEllipse, FillEllipse, DrawArc feature to develop this. Two Four buttons controls will rotate its two eyes to left, right, up and down. Read more about Smiley face programming …
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 …
How to create variables in VB.NET
Hello, welcome to studentprojectguide.com . This is a simple program which will explain how to create variables in VB.NET. There are three main types of data types in VB.NET. The three main data types are Integer, Double and string. In VB.NET it works in just 3 steps. First is variable initialization, Second is Declaration, and third is execution. Read more about How to create variables in VB.NET …