F# window App (winform) template


Now you can Download Window Form application Template here

http://visualstudiogallery.msdn.microsoft.com/eba78049-a17e-4868-9ead-065da1421052


The F# windows app (winform) template help to F# developer in creating windows form application. This contain two project elements.

  • MyForm.fs- This is a class derived from Form, which the application will display. The template provide some TODO tags showing the user the location for inserting Form controls.
  • Program.fs- This controls the displaying of the form and ensures the STA Thread is used.