Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Patch file (Create new file from previous file + changes)

Patch file (Create new file from previous file + changes)

Scheduled Pinned Locked Moved C#
csharpvisual-studiosysadminhelpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sodevrom
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • S sodevrom

      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

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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...

      S 1 Reply Last reply
      0
      • D Dave Kreskowiak

        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...

        S Offline
        S Offline
        sodevrom
        wrote on last edited by
        #3

        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

        D 1 Reply Last reply
        0
        • S sodevrom

          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

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          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...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups