
How to make a form transparent?
Quote:
>I don't want to make the form invisible. What I need is a method
>for making the form's background transparent while leaving the
>form outline intact. I want to create the same effect as when
>a form is dragded across the screen.
You may have to use the bitblt API functions to do so. They use the HDC
property of the form. I think there is an example in the online KB help
of VB.