F Sharp Win Forms
Last changed: -213.199.128.148

.

Stub page for notes about using System.Windows.Forms from F#

There are samples in the distribution.

Remember, on .NET 2.0 you need to add an

 [<STAThread>]

attribute to a top-level declaration in your entry point module.

 let main() = ...


 [<STAThread>]
 do main()

-- request for expertise:

Please, someone write a canonical example of extending Control in F#.