The ChatWnd::Handle property returns the window's handle of the chat window.
This is a read only property. [handle] Handle;
The handle is a HWND object and must be used as is. It can be passed as parameter of various Windows API functions like SendMessage.
This property typically fails for the following reason:
The window's handle is provided for advanced developers only. Please use extra caution when sending messages to the chat window as they could cause Messenger to function improperly or crash. For more information about how to call Windows API functions, see Interop Object.
Object | ChatWnd |
---|---|
Availability | Messenger Plus! Live 4.00 |