vb 怎样制作全透明无边框的窗体,我是小白,希望能具体写下代码。
vb 怎样制作全透明无边框的窗体,我是小白,希望能具体写下代码。
日期:2017-12-27 21:47:36 人气:1
首先,把窗体的BorderStyle属性设为0
然后,输入以下代码:
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal HWnd As Long, ByVal nIndex As Long) As LongPrivate Declare Function SetWindowLong Lib "user32" Alias "S