11-07-2010, 04:20
1)Ok so first off load up Visual Basic Express edition.
2) click Windows form Application
3) When form loads up go to your propeties bar on your right scroll down til you find Windows name ( or whateva mine says Name )
4) Rename the form to "My first Project".
5) ok so now go to your lef were the toolbox is click and Drag 1 Button on to the form.
6) Rename the button to "Click me!!"
7) Now time for the coding double click on the button after you do that a nother screen should appear.
8) Type this messagebox.show("My First Project")
9) Now it's time to debug your project after that you've made your first project Hooray
2) click Windows form Application
3) When form loads up go to your propeties bar on your right scroll down til you find Windows name ( or whateva mine says Name )
4) Rename the form to "My first Project".
5) ok so now go to your lef were the toolbox is click and Drag 1 Button on to the form.
6) Rename the button to "Click me!!"
7) Now time for the coding double click on the button after you do that a nother screen should appear.
8) Type this messagebox.show("My First Project")
9) Now it's time to debug your project after that you've made your first project Hooray