<< Click to Display Table of Contents >>
Menu Screen |
1.Insert a Command Button object. Change its BackStyle property to 0 - fmBackStyleTransparent. In its Caption property, type "Initial".
Command Button for Initial Screen
2.On the Click event of this Command Button, create a script to open the InitialScreen filling the whole area (full screen).
Open Initial Screen
3.Insert a second Command Button. Change its BackStyle property to 0 - fmBackStyleTransparent. In its Caption property, type "Synoptic".
Command Button for Synoptic Screen
4.On the Click event of this Command Button, create a script to open SynopticScreen on Central_Area Splitter.
Open Synoptic Screen
TIP |
At first, this Command Button seems ineffective, because SynopticScreen is the initial and only Screen on Central_Area Splitter. Later in this Tutorial, more Screens and Command Buttons are inserted to switch Screens on this Splitter. |