Results 1 to 9 of 9

Thread: Give a clue! plz.

  1. #1
    Guest

    I have three computers at my home all run WIN98.
    The computers are connected as a network(without a joint modem or printer, since no one computer is always on).
    I know that it is possible(under the assumption that i'm the network administrator) to actually see what is displayed on the other computer(s).
    I have no clue as to how to even begin such a mission, and would be delight to get that clue.
    10x in advanced Dave.

  2. #2
    Guest

    Thumbs up Gee not straight forward but.....

    Two options

    1. Purchase PC anywhere or SMS

    2. logon to http://www.planetsourcecode.com and enter search for "Dcom Network Monitor"

    Either approach should do what ya want

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Thumbs up Winsock

    I think you can achieve by writing a simple WinSock Client-Server program. But the Client-Server program must be able to do the file transfer. Also, for Client side, it must have the capability to capture the desktop screen and send it back to the server side. Then your mission is accomplish.

    I'll try to write something about this & hope can get a solution for you.

  4. #4
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Thumbs up Sample Program

    Hi DaveBoom,

    I just come out some code for your mission and my concept is very easy.

    First, I create a client/server program with Winsock control (that mean your network should run under TCP/IP protocol). Basically, this Client/Server program just like the normal chit chat appplication. The only different things is, it will send some predefine command instead of sending customize message.

    After, have an establish winsock connection between your terminal and the remote terminal. Then you will be able to start issue command to the client program that installed on the remote PC. .

    Upon the connection is establish, the Server will send it network path to the Client program. This path is use for the File transfer purpose.

    If the remote PC receive the command, it will response accordingly to the receive command, either capture the entire desktop or just the active window. into the Clipboard.

    Later, just load it into a PictureBox and follow by save it under the application directory.

    The last step is sending this image back to the server program with an acknowledgement said that the mission is accomplish.

    If, you still can get what I've talking about, then I can send you the code for your iwn studies.




  5. #5
    Lively Member
    Join Date
    Apr 2000
    Posts
    110

    Cool Get this...

    Check this software out here. It is called VNC.
    VNC stands for Virtual Network Computing. It is, in essence, a remote display system which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures...
    Get it here: http://www.uk.research.att.com/vnc/index.html

    Have fun, it is an excellent program and is also FREE!

    Laterz

    REM
    "Innovate, don't immitate."

  6. #6
    Guest

    Thumbs up Wow You've all been a great HELP!

    Wow You've all been a great HELP!
    Especially Chris.
    I never thought it is as simple as that.
    I have'nt wrote the code yet cause surprise surprise I screwed my vb threw the registry but anyhow I got what you said Chris have.
    just let me see i got this strait
    after building it all and having a protocol for data transmision im capturing the screen threw the correct API(i remmber there's one) and every lets say 10 miliseconds i send the command back(automatically) so it's constantlly updated).

    Follow up question if i'ld like to capture mouse click and keyboard clicks....
    well I know theres an API for the mouse clicks so that's not a problem but for the keyboard i dont remmber one.(remind me)

  7. #7
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb GetKeyState

    Hi DaveBoom,
    Wow! nice to hear you that you made it. As for detect the keyboard events you properly need to use the GeyKetState API. and a Timer control which can be create with SetTmer and KillTimer API or just drag the Timer control from the Toolsbar.

    Then just write your code to check the keystate under the Timer_Timer() event. For more information you can refer to this thread


  8. #8
    Lively Member
    Join Date
    May 1999
    Location
    Singapore
    Posts
    116
    to increase efficiency, you can send juz the updated parts of the desktop over......
    YC Sim
    Teenage Programmer
    UIN 37903254



  9. #9
    Guest

    ?How do i do that


    I was thinking about efficiancy and how it's gonna take lots of processing and transmission. How do I pass only the updated part i.e. how do i know what's updated and what's not

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width