|
Remote Screen Capture
|
This is a network application which runs on 2 computers. You can operate a remote computer with the help of this application First computer (Lets call it client) creates screen shots and sends them to the other computer(Lets call it server). Server receives snapshots of
client machine continuesly and displays them on a Window. On the server
side, events are captured (like mouse movement, click...
|
|
Submitted on: 16-Mar-08 |
By: Colin Smith |
Comments(3) |
|
Votes:7
Downloads:4071
|
|
|
Simple Datagrams Example
|
This sample code makes use of Datagram Connection to send a text message from sender to receiver (Sender and receiver can be on the same computer as in this example, or different computers with network connection between them). To run this code, open two instances of Command Prompt(Terminal), first to run the sender and the other for receiver. If you want to run this example on 2 different compute...
|
|
Submitted on: 07-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:2
Downloads:513
|
|
|
Simple TCP/IP Example (Send Class Object Over Network)
|
This sample code makes use of TCP/IP sockets to send an Object from sender to receiver (Sender and receiver can be on the same computer as in this example, or different computers with network connection between them). To run this code, open two instances of Command Prompt(Terminal), first to run the sender and the other for receiver. If you want to run this example on 2 different computers, then u...
|
|
Submitted on: 07-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:2
Downloads:723
|
|
|