Jump to content

GUI component interaction: Difference between revisions

m
m (added header)
Line 971:
 
=={{header|F_Sharp|F#}}==
===The function===
<lang fsharp>
// GUI component interaction. Nigel Galloway: June 19th13th., 20192020
let n=new System.Windows.Forms.Form(Size=new System.Drawing.Size(250,150))
let i=new System.Windows.Forms.TextBox(Location=new System.Drawing.Point(30,30),Text="0")
2,172

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.