Description: VB transparent form the code the SetLayeredWindowAttributes Me.hwnd, 0, 192, LWA_ALPHA ' form set into a translucent style, the second parameter indicates the degree of transparency' ranges from 0- 255 to 0 is a fully transparent window to body second use the SetLayeredWindowAttributes is Me.hWnd & H0, 0, LWA_COLORKEY ' that is not displayed in the form of transparent color' and the second parameter indicates the transparent color is black, and you can use the RGB function to specify color values
To Search:
File list (Check if you may need any files):
Form1.frm
Module1.bas
MSSCCPRJ.SCC
Project1.vbp
Project1.vbw
Form1.frx