GUI component interaction: Difference between revisions

Content added Content deleted
m (→‎Icon and {{header|Unicon}}: changing text field should update stored value)
(→‎{{header|C_sharp|C#}}: updated tags for syntax highlighting)
Line 364: Line 364:
=={{header|C_sharp|C#}}==
=={{header|C_sharp|C#}}==
C# 3.0 with Windows Forms; compile as csc -t:winexe Program.cs on MS.NET or as gmcs -t:winexe Program.cs on Mono.
C# 3.0 with Windows Forms; compile as csc -t:winexe Program.cs on MS.NET or as gmcs -t:winexe Program.cs on Mono.
<lang c_sharp>using System;
<lang csharp>using System;
using System.ComponentModel;
using System.ComponentModel;
using System.Windows.Forms;
using System.Windows.Forms;