Capture Screen and Stream Over Network
VB6 SP5
I am looking for some much needed help on performing a screen capture and doing a live scream across a network to a client program basically for remote control purposes..like remotely anywhere and pc anywhere.
I have made a program that captures the screen to a form, saves to jpeg, then does a file transfer to the client, then the client loads the file. However, there are some performance issues with that and and I am looking for a better way, possibly a way to skip using a file and just transfering the image data without file saving.
I would love any insight on this project.