How to make transparent form/window in VB2008
Posted by Admin L in .NET Programming on 17-07-2011. Tags: .NET Programming Experience
Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/vb2008-transparent-form
To reprint this article, please indicate the source, thank you.
_____________________________________
It seems very difficult, and seems to need to use Win32 API, in fact not the case.
It is very easy to make the transparent window/form in VB2008, only need to set the related properties.
Method
Adjust Form.Opacity property (more smaller, more transparent).