help about option buttons
please help me about option buttons [radio buttons] ..i want to put two frames on a form and two radio buttons each linked to one frame and other ... and how to make each frame equally in size on form .. codes plz for both conditions
thanks in advance
Re: help about option buttons
Quote:
Originally Posted by
janu
i want to put two frames on a form and two radio buttons each linked to one frame and other ...
Unless you give us much more details you can't get reasonable help.
Re: help about option buttons
Quote:
Originally Posted by
janu
and how to make each frame equally in size on form ..
Just like it is done for a wizard.
Set the height, width, top and left properties for each frame to be the same. Bear in mind, however, that if these four properties are identical, then the frames will overlap and only one will show at a time.
So perhaps leave the top and left properties alone, and just set the height and width properties.
Hmmm...no wait a minute, maybe its the width and height properties that should be left alone and the top and left properties that should be set.
I can't rememeber...I guess you are just going to have to play around with it yourself until you get it looking the way that you want it to.
Re: help about option buttons
The easiest way to make two frames (or any control) the same size is to create one of them at the size you want it and then copy/paste the second one.