Which application should I select?

Hello,

I have a Visual Studio 2005 Standard Edition for Acaedmic use at home.

I am going to create a very simle form that contains few buttons.My teacher told us when creating new projects

we have to choose "Windows Application" in the school lab where a different "Visual Studio" version with mine is installed.

However I have not seen "Windows Application" icon in the templates in my home desktop, what I saw is "Windows Form Application", "CLR Console Application" and "Windows 32 Console Application" etc.

I believe that is because of different versions have diferent interfaces.

So which application should I choose?

What are the diference among these applications?

Thanks

[798 byte] By [ardmore] at [2008-1-10]
# 1

Hi,

I think you have the C++ edition of Visual Studio, or at least your looking at the project options under the C++ language.

I'm looking at my version here and those options appear under C++,

while the Windows Application option appears under C# and VB.NET.

DerekSmyth at 2007-10-3 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2
It is probably not the version of the Visual Studio, it is the difference of the default language settings... I you go to Other Languages node on the side tree, and choose C#, then you can see Windows Application.... Windows Form Application, Win32 Console Application are projects for Visual C++... Wink
CanBilgin at 2007-10-3 > top of Msdn Tech,Visual C#,Visual C# IDE...