Link to home
Start Free TrialLog in
Avatar of EMCIT
EMCIT

asked on

Client Server Messaging

I need to programmatically generate a message to be sent from a server to appear on the desktop of a specific computer on the network. The specific computer will be identified as a variable. I am using VB in MS Access to create the message with the variable computer. The server is Windows Server 2008 R2. Any help is appreciated.
Avatar of Qlemo
Qlemo
Flag of Germany image

Try if you can use msg.exe to send the message. If that works, just call it from your code.
Avatar of EMCIT
EMCIT

ASKER

Thanks for your input. Could you elaborate on what the code might look like? Content of the message based on a variable, which computer will receive the message, based on a variable, etc.
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial