Example 1
Multiple forms including MDI forms. Uses Copy | Cut | Paste.
Example 2
Common Dialog for color and font. Context menu
Example 3
Synchronize Menu items with the Radio Button or Check Box counterparts
Example 4
Subroutines and Functions. ByVal and ByRef.
Assignment
Problem 5.5 Flag Viewer
The book say to replace
the checkboxes and radio buttons on the form with menu selections.
You may either follow the
book or you may attempt to support both selection methods.
To support both selection
methods means to synchronize the menu and form based controls.