I'm using VB6.
I have a form with a gradient background that fades from blue to white, going from the top of the form to the bottom of the form.

I also have some frames on the form that contain some controls. Is there a way I can make the frames transparent so with the border of the frame still visible so that the user see's the controls grouped together? If not, what container control should I use to accomplish the same functionality that the frames are currently providing for me?

I want to do this so that my form's gradient background is visible and the frames won't throw a big chunk of solid color into the middle of the form.

Thanks in advance,
Mike T.