How to make a form transaparent!
Language:
Visual Basic
this snippet is making the form into a transparent..
first.
1. Declare the following codes:
Public Const GWL_EXSTYLE = (-20)
Public Const WS_EX_TRANSPARENT = &H20&
...
Source: Free source code, tutorials and articles






