| View previous topic :: View next topic |
| Author |
Message |
shivdasn Regular

Joined: 19 Jun 2005 Posts: 58 Location: India
|
Posted: Jul 15th, 2005 10:43 AM Post subject: 'net send' in VB possible? |
|
|
Hey! i am developing a reminder system (to work on a LAN). Here users enter the reminder details (like wat to remind about, on what date, at wat time, which user etc.) i've heard about the 'net send' command which can be used to send messages to users in a network. I can program my 'program' to scan the reminder database regularly (using a timer ofcos. but is there a better way?).
But i dont know if i can send a reminder (like a pop-up msgbox) to a particular PC. Is it possible to do it?
(I am using Access as backend and am using Win98 standalone, no network). it is almost impossible for me to test the netsend command as i am standalone.
IS THERE A PROGRAMMING GOD IN THE HOUSE ???? _________________ ..::-- '' D a s ''--::.. |
|
| Back to top |
|
vbman995 Moderator

Joined: 19 Aug 2005 Posts: 264 Location: Planet Earth
|
Posted: Aug 20th, 2005 02:31 PM Post subject: |
|
|
is this what you are looking for. It is on Planet Source Code.
[link] |
|
| Back to top |
|
ASoufan Regular

Joined: 15 Aug 2005 Posts: 56 Location: Jordan
|
Posted: Sep 4th, 2005 09:49 AM Post subject: |
|
|
hello, just shell the net command with the parameter send like this:
Shell "net send " & PCName & " " & YourMessage _________________ Ahmed Soufan |
|
| Back to top |
|
|