December 2013
Beginner to intermediate
286 pages
5h 46m
English
The GUI we used in the previous section is not sufficient for our trading application, but it illustrated the basics of how to put a GUI together using F#. Next, we'll add the controls needed and prepare it to present the information from the model. The following is a mock representation showing where the controls will be placed and the overall idea about the GUI:

A mock representation of the trading system's GUI
Let's look at the required code. Most of the code is straightforward, following the same rules used in the GUI in the last section. The DataGridView control has some properties set for the width to be adjusted automatically. ...
Read now
Unlock full access