CIS205 - Visual Basic - Week 5

Menus, Subroutines, Functions

 



Example 1

        Multiple forms including MDI forms. Uses Copy | Cut | Paste.

Download the example


Example 2

        Common Dialog for color and font. Context menu

Download the example


Example 3

        Synchronize Menu items with the Radio Button or Check Box counterparts 

Download the example


Example 4

        Subroutines and Functions. ByVal and ByRef. 

Download the example


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.


Return to Home Page