0

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!

4

1 に答える 1

0

言語はおそらく VB.NET です。

Visual Studio には "既定の言語" がありません。

使用する言語は、作成したプロジェクトによって異なります。デフォルトのインストールには C#、VB.NET、および C++ のテンプレートがありますが、他の多くのテンプレートと言語を追加できます。

上記は、Visual Studio の非フリー バージョン (Pro、Ultimate など) に適用されます。

Express Editionは言語固有です(ダウンロードして、並べて実行できます)。

于 2012-08-03T10:27:47.700 に答える