Links: Up
The sample in this directory shows how to write a very simple form application using F#. On Windows build the sample using build.bat and on Unix build using build.sh.
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();'.