International Journal of Science and Research (IJSR)

International Journal of Science and Research (IJSR)
Call for Papers | Fully Refereed | Open Access | Double Blind Peer Reviewed

ISSN: 2319-7064


Downloads: 3

India | Computer Technology | Volume 14 Issue 6, June 2025 | Pages: 335 - 338


Client - Server Based Remote Screen Sharing System Using VB.Net

Dr. A. Karunamurthy, R. Keerthana

Abstract: In this project, a simple screen - sharing application is developed using Visual Basic (VB. NET) with Windows Forms. The system is based on a client - server model. The server captures the screen of the host computer at regular intervals and sends it over the network to the connected client, which then displays the received image in real time. The screen capture is performed using the Graphics. CopyFromScreen () method, and the image is converted to a byte array using a memory stream and JPEG format to reduce size. This data is sent through a TCP connection. On the client side, the image is received and displayed in a PictureBox control. The project uses NetworkStream, BinaryWriter, and BinaryReader classes for sending and receiving data efficiently. The goal of the project is to demonstrate how basic screen sharing can be implemented using socket programming in VB. NET. This type of system can be extended for remote desktop access or online assistance tools. It helps in understanding concepts like TCP/IP, threading, image compression, and real - time data transfer.

Keywords: Screen Sharing, Socket Programming, Client - Server Model, VB. NET, TCP Connection, Remote Desktop Simulation



Citation copied to Clipboard!

Rate this Article

5

Characters: 0

Received Comments

No approved comments available.

Rating submitted successfully!


Top