
Hi I am new to InstallShield and setups and really enjoy this forum and hope that I can contribute someday.

I am building a basic msi project using InstallShield Developer 8.0 and I am trying to put a RadioButtonGroup over top of a bitmap. I do not want the border around the radio button group and if I set the RadioButtonGroup's HasBorder property to false it looks fine at design-time, but when I run the project the background of the RadioButtonGroup is the window's control color.
At design-time the background appears to be transparent and that is how I would like it to be at run-time.
Is there away to make the background of a RadioButtonGroup to be transparent?
How can this been be done if it is possible?
thanks,
-dk