|
-
Sep 16th, 2009, 09:56 PM
#1
Thread Starter
Hyperactive Member
Messaging to other PC..
i'm planning to create a program that will simply throw message in other computer within a network. let say i send "hello" to PC4 then PC4 will recieve a msgbox with a "Hello" message.
how to do this? im still clueless..
________
Starcraft 2 Replay
Last edited by rothj0hn; Feb 15th, 2011 at 02:05 PM.
-
Sep 16th, 2009, 10:31 PM
#2
Re: Messaging to other PC..
There are lots of examples of chat applications around that use the TcpListener and TcpClient classes. You might also like to use the UdpClient class if you don't need to set up a two-way conversation.
-
Sep 17th, 2009, 12:02 AM
#3
Thread Starter
Hyperactive Member
Re: Messaging to other PC..
does both pc needed the application to perform this? basically in udpclient both pc needed the chat application to have two way.. how about tcplistener and tcpclient..
________
HEAD SHOP
Last edited by rothj0hn; Feb 15th, 2011 at 02:05 PM.
-
Sep 17th, 2009, 12:07 AM
#4
Re: Messaging to other PC..
When you send a message to another machine there always has to be some piece of software running on that machine to receive it, process it and display it to the user. There is such software built into Windows but it is pretty much universally disabled for security reasons. Unless you want to enable that specifically and develop to that, the answer is yes, you do need your own software running on the target machine in order to receive the message.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|