SendMessage Object

Type Library
QSSendMessageLib

VB 5.0 Project-Reference Descriptive String of Type Library
Bindview DirectScript SendMessage 3.2 Type Library

DLL
QSSNDMSG.DLL

The SendMessage object is useful in sending messages to specific users, computers, all users connected to a computer, or all users and computers in a domain. It uses the Windows Messenger service to send message buffers to network objects. This object implements the functionality of the Net Send utility of Windows.

The object supports the following interface:

Example

Dim SendMsg As ISendMessage
'Gets the ISendMessage interface.
'DirectScript.SendMessage.1 is the ProgId of the SendMessage component.
Set SendMsg = CreateObject ("DirectScript.SendMessage.1")