
Transparent Windows/Forms in VB3
I need to be able to make my form Transparent in a VB3 program. I have
read about the Transparent attribute that can be used in the
CreateWindowEX API call but I am not creating a new window. If I knew
the background would not change I could just paint my form with what is
behind it but I would really like for Windows to do that for me. Any
Ideas?
Thank You