四月 30 2010

VB利用API函数实现隐藏和显示桌面图标

Javen ☼ 17:33  Tags: vb 桌面图标隐藏显示  

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Const SW_HIDE = 0
Private Const SW_RESTORE = 9 隐藏桌面图标Private Sub Command1_Click()

More...

分页:«1»

广告赞助 | 广告是我们的依靠,请多支持。

最近文章