|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
我在学习EXCEL宏代码时遇到"USER32.DLL"的调用,但不知道有何用!不知道有没有介绍"USER32.DLL"调用的资料!谢谢!9 Y% m: C( m7 I1 x7 }; I% Q) [
Private Declare Function WinHelpA Lib "user32.dll" (ByVal hWndMain As Long, ByVal lpszHelp As String, ByVal uCommand As Long, ByVal dwData As Long) As Long
+ W" {0 v7 w1 @Private Declare Function GetFocus Lib "user32.dll" () As Long
$ G6 T: R+ j9 y- z- qPrivate Declare Function FindWindowA Lib "user32.dll" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
3 M# S1 f: t2 G6 u7 xPrivate Declare Function GetDC Lib "user32.dll" (ByVal hWnd As Long) As Long
+ B: ~% x K& e4 p8 V: p9 |Private Declare Function GetPixel Lib "gdi32.dll" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long) j" h. E, a' j
4 ?' T6 W% v7 m. N# e[ 本帖最后由 yawentai 于 2007-11-21 21:28 编辑 ] |
|