-
Hi,
This has been getting to me ever since I've been programming in Visual Basic. I would like to know how to make an option buttons's background transparent. Some people have told me to make the colour of the option buttons background the same colour as the forms background but the forms background is an image. Is it possible?
Thanks
-
Not easily. You could try putting the background image onto the option button to help it blend into the background. Also, make it as small as possible and use a label for its caption.