VON
宣告:
Declare Function WindowFromPoint Lib "user32" Alias "WindowFromPoint" (ByVal xPoint As Integer, ByVal yPoint As Integer) As Integer
用法:
利用 GetCursorPos API 取得滑鼠座標後
Hwnd=windowFromPoint(p)
VON
宣告:
Declare Function WindowFromPoint Lib "user32" Alias "WindowFromPoint" (ByVal xPoint As Integer, ByVal yPoint As Integer) As Integer
用法:
利用 GetCursorPos API 取得滑鼠座標後
Hwnd=windowFromPoint(p)