GUI component interaction: Difference between revisions

Content added Content deleted
m (added header)
Line 971: Line 971:


=={{header|F_Sharp|F#}}==
=={{header|F_Sharp|F#}}==
===The function===
<lang fsharp>
<lang fsharp>
// GUI component interaction. Nigel Galloway: June 19th., 2019
// GUI component interaction. Nigel Galloway: June 13th., 2020
let n=new System.Windows.Forms.Form(Size=new System.Drawing.Size(250,150))
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")
let i=new System.Windows.Forms.TextBox(Location=new System.Drawing.Point(30,30),Text="0")