Send a message to a user in your network
This is sort of like the old DOS command NET SEND, allowing you to send messages to other users in your network. Module Option Explicit Private Declare Function NetMessageBufferSend Lib “netapi32.dll” _(ByVal servername As String, _ByVal msgname As String, _ByVal fromname As String, _ByVal Buffer As String, _ByVal BufSize As Long) As Long Private Const NERR_SUCCESS As Long… Read More »