Public Declare Function SendMessage Lib "user32.dll" Alias "SendMessageA" (ByVal hwnd As IntPtr, ByVal wMsg As Integer, ByVal wParam As Integer, ByRef lParam As String) As Integer
SendMessage( Control.Handle goes here , message to send here , 0 , " lparam ( eg: string ) here )