POSTMESSAGE
POSTMESSAGE(hWnd AS INTEGER, message AS INTEGER[, wParam AS INTEGER[, lParam AS INTEGER]]) AS BOOLEAN
Sends the message <message> with the parameters <wParam> and <lParam> to the window <hWnd> without waiting for the report of message treatment. Returns FALSE if the message has not been transmitted.