If you want the container control to be transparent, I would use a Picture Control, with the BorderStyle property set to None, and the backcolor set to the backcolor of your Form.
The easiest way is probaly to use the windowless version of the Frame control, as supplied (but well hidden) by Microsoft. You need to locate MSWLess.ocx and MSWLess.reg on your VB CDs. Copy the ocx in the %SYSTEM% folder, then manually register the ocx through regsvr32, and finally double-click on MSWLess.reg to license the controls for the development environment.
In VB you can now add the MS Windowless Controls component to your project.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.