public static int SendMessage( IntPtr hWnd, int wMsg, bool wParam, int lParam )
'Declaration Public Shared Function SendMessage( _ ByVal hWnd As IntPtr, _ ByVal wMsg As Integer, _ ByVal wParam As Boolean, _ ByVal lParam As Integer _ ) As Integer
'Declaration
Public Shared Function SendMessage( _ ByVal hWnd As IntPtr, _ ByVal wMsg As Integer, _ ByVal wParam As Boolean, _ ByVal lParam As Integer _ ) As Integer
'Usage Dim hWnd As IntPtr Dim wMsg As Integer Dim wParam As Boolean Dim lParam As Integer Dim value As Integer value = SortingForm.SendMessage(hWnd, wMsg, wParam, lParam)
'Usage
Dim hWnd As IntPtr Dim wMsg As Integer Dim wParam As Boolean Dim lParam As Integer Dim value As Integer value = SortingForm.SendMessage(hWnd, wMsg, wParam, lParam)
SortingForm Class SortingForm Members