|
|
Title | Make a form that appears semi-transparent |
Description | This example shows how to make a form that appears semi-transparent in Visual Basic 6. |
Keywords | semi-transparent, translucent, form |
Categories | Graphics, Controls |
|
|
When a timer fires, the program grabs the desktop image, figures out which part of thue screen the form covers, and copies an image of that part of the screen onto the form semi-transparently. See the code for details.
Not that this is much easier in VB .NET, which lets you set a form's transparency.
|
|
|
|
|
|