Links: Up
The sample in this directory shows how to write a very simple form application using F#.
Add a new menu or menu item, e.g. a 'Exit' item that calls System.Windows.Forms.Application.Exit, or a menu item that starts a new thread using 'new System.Threading.Thread(...)' followed by 'thread.Start();'.