Normal
0
21
false
false
false
DE
X-NONE
X-NONE
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normale Tabelle";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
Hallo,
ich bin in Sachen C# und GUI Programmierung noch ein blutiger Anfänger und hab eine Frage zu den Windows Forms.
Wenn man eine Fenster-Anwendung programmieren will muss man in Visual Studio ja eine "Windows Form-Anwendung" auswählen. Dadurch wird ja dann eine Form1.cs mit Fester-Designer (in der Toolbox) und co erstellt.
Kann man auch Fenster auch "von Hand" programmieren ohne das man auf den Fenster-Designer zurück greifen muss?
Ich möchte praktisch eine Klasse erstellen mit einer Main-Methode und dann darin den Code für das Fenster schreiben.
In meinem Lehrbuch "Visual C# 2005" gibt dazu ein Beispiele und ich komme einfach nicht dahinter wie ich das in Visual Studio hinbekomme.
Grüße
Stefan