Messenger Plus! Live - Scripting Documentation

The ChatWnd::Handle property returns the window's handle of the chat window.

Syntax

This is a read only property.
[handle] Handle;

Data Type

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:

Remarks

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.

Property Information

Object ChatWnd
Availability Messenger Plus! Live 4.00

See Also

ChatWnd Object, Interop Object.