This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

‏إظهار الرسائل ذات التسميات VB.Net Tutorial. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات VB.Net Tutorial. إظهار كافة الرسائل

الخميس، 15 مايو 2014

How to Create a Simple Registration Form in VB.Net

In this tutorial we are going to learn basics controls of Visual Basic Dot Net .If you are a beginner then this tutorial is for you .

1)Open Visual Studio
2)Select File->New Project
3)Select "windows form application" & Name your project whatever you want.
4)Hit Ctrl+Alt+X to get "Tool Box".
5)To Create a form we need following things/controls:
a)Labels - To write text on our form.
b)TextBox's - To provide user to input some data.
c)Checkbox - To provide multiple selection.
d)Buttons - To Submit the written information.
e)Radio Buttons - To Choose single thing at a time
6)Now after studing all the functions ,we will move towards designing phase.
7)Well for designing a form we just need to 'Drag' controls on the form.
8)For better understanding, its much better to watch video of this tutorial , so here's the video