This document provides instructions for designing a menu in VB 6 to control shape properties. It involves 4 steps:
1. Create a form with a rectangle shape and color menu to select fill colors like red, blue, green.
2. Add a shape menu with submenus for oval, rectangle, square shapes and code to set the shape properties.
3. Create an apply color menu with submenus like transparent, solid fill and code to set the fill style.
4. Test the menus by selecting a color, shape and fill style to change the rectangle shape's properties. The menus allow dynamically changing the color, shape and fill of the rectangle.