1,488
社区成员




hWnd = FindWindow("Shell_TrayWnd", vbNullString)
hWnd = FindWindowEx(hWnd, 0, "ReBarWindow32", vbNullString)
hWnd = FindWindowEx(hWnd, 0, "ToolbarWindow32", vbNullString)
GetWindowRect hWnd, temprect
If hWnd <> 0 Then
SetParent Me.hWnd, hWnd
GetWndPic hWnd, Picture1
End If
Me.Move -80, 0, Me.Width, 400