I am discovering currently Visual Studio 2010. I have no experience whatsoever with Visual Basic. I see that Visual Studio supports several languages, that C# is easier than C++ for newbies, but I still don't know what is the default language in that program.
In my first test application, I can insert buttons and many other things on a form. Looking at the code gives something like that:
Private Sub Beenden_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Beenden.Click
End Sub
This looks to me like VBA, but I never decided what language I want to use. Is that Visual Basic? Or VB.NET then?
Thanks for clarifying all this!