SendMessage (coredll)
Last changed: -77.244.75.200

.
Summary
TODO - a short description

C# Signature:

[DllImport("Coredll.dll", EntryPoint="SendMessageW")]
static extern int SendMessageString(int hwnd, int wMsg, int wparam, string lparam);

VB Signature:

Declare Function SendMessage Lib "Coredll.dll" (ByVal hWnd As IntPtr, ByVal Msg As Integer, ByVal wParam As Integer, ByVal lParam As String) As IntPtr

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Some code...

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SendMessage on MSDN