This here is a guide that will help you start off with Visual Basic, C#, and C++.
IntroductionHere is what you should use, it's also free.
C#:
http://www.microsoft.com/express/vcsharp/Visual Basic:
http://www.microsoft.com/express/vb/Default.aspxC++:
http://www.microsoft.com/express/vc/Default.aspxC# codes will be green
C++will be this colour
Visual Basicwill be blue
Let's start: Shall we?
Your First ApplicationsWe should start by making a pathetic Application.
To start making that:
Open up your
Express Edition Go to
File and
NewClick
Window's Form ApplicationName it whatever you like,
C++:User's name it with the first textboxNow, we got ourselves what is know known as "
Form1".
You can explore it a little, but not alot to explore
Now, if your toolbox isn't open, press Ctrl+Alt+X
Now, look for the tool "
Label","
Button", and "
Textbox" and put it anywhere on your app
Go to the properties for the Label and go down to the font
Beside it, you see a plus
Go down to size, and make it whatever you like
Now, click the button twice, and you will be brought to Form1.vs or Form1.cs, depends on your product
Now put in this code
Visual Basic
C#
C++
Now try out the application
If there is a problem with this tutorial, tell me.