Frame

Back to Main - Back to Learn VB - Back to Objects

Frames are used to neaten up other objects such as Option Buttons and/or Check Boxes. If there are a bunch of Option Buttons on a form, you could use frames to organize different Option Buttons.

This is a great example of how more than one option button can be checked when they are inside of frames. It is mandatory to make frames if you want more than one option button to be checked.

Back to TOP