Menu:

OfficePopup

It is simple and easy to use LAN messenger. OfficePopup could be used in receive-only mode. It is fully compatible with Winpopup LAN Messenger and Winpopup Server.

Read more...

Net Send SDK

Need to send messages from your application or a script? Winpopup LAN Messenger comes with a command-line tool NetSend.exe and dynamic-link library NetSend.dll.

The NetSend.exe and NetSend.dll does NOT send messages themselves, they are transfer message to locally running Winpopup LAN Messenger or Net Send GUI for sending.

NetSend Syntax

The generic syntax is:
NetSend.exe /WINPOPUP User Name 1[, User Name 2...] "Text of message"

You need to use comma or semicolon for separating user names. The text of message must be quoted by double quotation marks.

NetSend.dll

The NetSend.dll is dynamic-link library that provide instant messaging functionality to your application. NetSend.dll exports four simple functions, C++ and C# examples of using NetSend.dll are included in the Net Send SDK.

Net Send SDK Files