I want to use option buttons in my program I want them to be on top of an image but the frame covers the image, is there anyway to make the frame transparent or use option buttons without the frame thnx, mike
: I want to use option buttons in my program : I want them to be on top of an image : but the frame covers the image, is there anyway to make the frame transparent or use option buttons without the frame : thnx, mike :
You don't need a frame to place option buttons - you can place them directly on a form if you have only one set of option buttons You also can place them in a picture box instead of frame. Captions of option buttons are not transparent but you can use transparent labels placed next to option buttons.
Comments
: I want them to be on top of an image
: but the frame covers the image, is there anyway to make the frame transparent or use option buttons without the frame
: thnx, mike
:
You don't need a frame to place option buttons - you can place them directly on a form if you have only one set of option buttons
You also can place them in a picture box instead of frame.
Captions of option buttons are not transparent but you can use transparent labels placed next to option buttons.
Mike