Oct 22, 2003 #1 Firemyst Programmer Mar 10, 2003 62 US Hi everyone, Is there a VB6 command that works similarly to: net send userid message so launching the shell isn't necessary? If so, what is it? Thanks!
Hi everyone, Is there a VB6 command that works similarly to: net send userid message so launching the shell isn't necessary? If so, what is it? Thanks!
Oct 22, 2003 #2 paulbent Programmer Mar 4, 2002 1,071 GB Can use the NetMessageBufferSend API function. There's an example at: http://www.mvps.org/vbnet/code/network/netmessagebuffersend.htm Paul Bent Northwind IT Systems http://www.northwindit.co.uk Upvote 0 Downvote
Can use the NetMessageBufferSend API function. There's an example at: http://www.mvps.org/vbnet/code/network/netmessagebuffersend.htm Paul Bent Northwind IT Systems http://www.northwindit.co.uk