So I'm creating an application that will notify a person of something when I send a command. I've been thinking of just using a TCP connection to do it but there must be an easier way.
Printable View
So I'm creating an application that will notify a person of something when I send a command. I've been thinking of just using a TCP connection to do it but there must be an easier way.
You can read up on this thread.
http://www.vbforums.com/showthread.php?t=642419
That could be a solution. Unless You want the Notifications to be intstant because the database method there will be a 60 sec delay in retrieving the msg.