6 lines
187 B
VB.net
6 lines
187 B
VB.net
Public Module User32Bridge
|
|
|
|
Friend Declare Auto Function SendMessage Lib "user32.dll" (hWnd As IntPtr, Msg As Integer, wParam As Boolean, lParam As Integer) As Integer
|
|
|
|
End Module
|