Click to See Complete Forum and Search --> : C-Sharp GUI support


July 6th, 2000, 03:16 AM
Anyone knows about GUI support for C-Sharp? Right now it looks nothing more then a console apps.

Lothar Haensler
July 6th, 2000, 07:35 AM
I don't expect to see any GUI support in the language.
There is none in C++. You need MFC or another class library and the Windows SDK to create a GUI.

July 6th, 2000, 08:45 AM
GUI Support is provided in the System.WinForms[.xxx].dll. All Standard UI elements are present.

ctwoodward
January 16th, 2005, 08:48 PM
Make sure that your project properties are set to compile a wonform app and not a console app.

JetDeveloper
January 16th, 2005, 10:07 PM
If you have Visual Studio .NET, create a Windows Application and you can design GUI visually.