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 / C++ / MFC
  4. How to create your own Remote Desktop Application in Visual C++ or MFC

How to create your own Remote Desktop Application in Visual C++ or MFC

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorial
5 Posts 5 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.
  • U Offline
    U Offline
    User 9008348
    wrote on last edited by
    #1

    Hello Experts, I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program. Is there any chance I can create it using C++ Please let me know. Regards Kiran

    L Richard Andrew x64R A R 4 Replies Last reply
    0
    • U User 9008348

      Hello Experts, I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program. Is there any chance I can create it using C++ Please let me know. Regards Kiran

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Please explain what you mean by "Remote desktop Application"?

      speaking as ...

      1 Reply Last reply
      0
      • U User 9008348

        Hello Experts, I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program. Is there any chance I can create it using C++ Please let me know. Regards Kiran

        Richard Andrew x64R Offline
        Richard Andrew x64R Offline
        Richard Andrew x64
        wrote on last edited by
        #3

        Member 9052985 wrote:

        Is there any chance

        Doesn't seem like there's much.

        The difficult we do right away... ...the impossible takes slightly longer.

        1 Reply Last reply
        0
        • U User 9008348

          Hello Experts, I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program. Is there any chance I can create it using C++ Please let me know. Regards Kiran

          A Offline
          A Offline
          Albert Holguin
          wrote on last edited by
          #4

          If you have "good knowledge in MFC", then you should already know what you can do in C++. In order to create a remote desktop app, you need to know a few things: 0.Sockets (maybe secure sockets while you're at it). 1.Server-client applications. 2.Screen capture methods. 3.Mouse/keyboard capture methods (and the inverse, how to transmit the captured keys). Can you do it in C++, literally, no... you have to use APIs that are OS dependent... but that's just a technicality, so yes.. you can do it in C++ (with proper use of APIs).

          1 Reply Last reply
          0
          • U User 9008348

            Hello Experts, I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program. Is there any chance I can create it using C++ Please let me know. Regards Kiran

            R Offline
            R Offline
            Rolf Kristensen
            wrote on last edited by
            #5

            Maybe this can help - Remote Control PCs[^] Alternative you can checkout this very simple .NET version Screen Cast Server with Control[^]

            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