Jump to content

GUI component interaction: Difference between revisions

→‎{{header|C_sharp|C#}}: updated tags for syntax highlighting
m (→‎Icon and {{header|Unicon}}: changing text field should update stored value)
(→‎{{header|C_sharp|C#}}: updated tags for syntax highlighting)
Line 364:
=={{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.
<lang c_sharpcsharp>using System;
using System.ComponentModel;
using System.Windows.Forms;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.