Patch file (Create new file from previous file + changes)
-
Hello, I am trying to make a Remote Desktop Connection software, that does not use the default Windows Remote Desktop, mainly because I want it to work by entering IP's and not domains/names/username etc.. My idea is that the client will capture the screen once and send the image to the server. After that, it will simply take a new screen capture, compare it to the previous one and only send the modified data to the server. The server will know to take the modified that and create the new image from the one he has. How can this be done? Can anybody show me a sample? I hope I explained clearly and somebody can help. It's something like a "patch" for a file ... Language used : C# - Vs 2008 Thanks in advance
-
Hello, I am trying to make a Remote Desktop Connection software, that does not use the default Windows Remote Desktop, mainly because I want it to work by entering IP's and not domains/names/username etc.. My idea is that the client will capture the screen once and send the image to the server. After that, it will simply take a new screen capture, compare it to the previous one and only send the modified data to the server. The server will know to take the modified that and create the new image from the one he has. How can this be done? Can anybody show me a sample? I hope I explained clearly and somebody can help. It's something like a "patch" for a file ... Language used : C# - Vs 2008 Thanks in advance
Scrap what you have and Google for "VNCSharp". It's a library that does exactly what you're talking about and will do a far better job and send updates much faster than you can code your version to do the same job.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Scrap what you have and Google for "VNCSharp". It's a library that does exactly what you're talking about and will do a far better job and send updates much faster than you can code your version to do the same job.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...Hello, I already know about VNCSharp, but my problem is that I don't know how to write the server for it. That's only the client :( Any suggestions? If somebody can tell me how to "patch" the files or how can I start to write the VNC server ? Hope someone can help. Thanks
-
Hello, I already know about VNCSharp, but my problem is that I don't know how to write the server for it. That's only the client :( Any suggestions? If somebody can tell me how to "patch" the files or how can I start to write the VNC server ? Hope someone can help. Thanks
Really? Do I have to do everything for you? Windows VNC Server library[^]
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...