Hi,

I'm trying to create a transparent frame on a VB Form.

I have a form which contains a PICTURE control which serves as a background
( I need to be able to drag that background and to move it according to location
data I receive from a GPS). On top of the PICTURE I try to group several CHECK
BOXES in a FRAME control.

What I need is to make the grouping FRAME transparent so the form will have the
PICTURE as it's background and the CHECK BOXES floating above that background.

How do I make the FRAME transparent ?

Erez