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. Idea for Desktop Sharing?

Idea for Desktop Sharing?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++helptutorialquestion
3 Posts 3 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.
  • R Offline
    R Offline
    rkyawal
    wrote on last edited by
    #1

    Hi all, I want to make desktop sharing software which accesses other computer's desktop from my computer. Does any body have idea about this? how to start? Is their any code/articles present on any site? I think you got the idea i want to do ? So please help me? Language can be .net or vc++:) rahul

    T R 2 Replies Last reply
    0
    • R rkyawal

      Hi all, I want to make desktop sharing software which accesses other computer's desktop from my computer. Does any body have idea about this? how to start? Is their any code/articles present on any site? I think you got the idea i want to do ? So please help me? Language can be .net or vc++:) rahul

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      Yeah, here is your IDEA hope you like it. #1 As it is network application ,so you have to depend on WINSOCK for transferring data. #2 now for Seeing Desktop of other computer you have two ways ->either Transger Desktop image per mili second to other computer to show real time image. one major disadvantge is that network usage is so high that it will choke the network,you can visualize by thinking of three computer is sharing ther desktop woith other computer. ->more efective way is to hook wmpaint message, retrieve dta afrom it and send it to remote application. #3 last but not the least, simulating keypress and mosuse movement to particular window. this can be achive easily using WINDOW MESSAGES like WM_CHAR and Mouse Messages if you have handle of particular window. for that this api will help you retieve the particular window handle WindowFromPoint(stPoint); ChildWindowFromPointEx(); ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

      1 Reply Last reply
      0
      • R rkyawal

        Hi all, I want to make desktop sharing software which accesses other computer's desktop from my computer. Does any body have idea about this? how to start? Is their any code/articles present on any site? I think you got the idea i want to do ? So please help me? Language can be .net or vc++:) rahul

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #3

        Check out the various flavors of VNC[^]. Here's[^] one at SourceForge. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

        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