Results 1 to 12 of 12

Thread: how can i remotely capture screen

  1. #1

    Thread Starter
    Lively Member jaydeep naik's Avatar
    Join Date
    Jul 2011
    Posts
    72

    Lightbulb how can i remotely capture screen

    hi everyone i am developing a project in college and i am wondering to capture a screenshot that continuously update so please help me guys

    thanks in advance
    The Programmer

  2. #2
    Addicted Member
    Join Date
    Nov 2010
    Location
    TamilNadu, India
    Posts
    249

    Re: how can i remotely capture screen

    @techgnome: medsoft's method will work if you want a permanent solution... but it's a bit heavy handed...
    RAJ.

  3. #3
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    Re: how can i remotely capture screen

    How are you planning on deploying the .exe?

    You can't screen capture if you don't have the remote computer already set up.

  4. #4

    Thread Starter
    Lively Member jaydeep naik's Avatar
    Join Date
    Jul 2011
    Posts
    72

    Re: how can i remotely capture screen

    hi thanks for reply ,
    i have two pcs connected in lan one having win server 2003 and another having win7 ultimate and i am able to capture screen by a running application on client pc and i am now wanting to send that captured image to the server application's picturebox .

    thanks again for replying...
    The Programmer

  5. #5
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    Re: how can i remotely capture screen

    Okay that is a slightly different situation, effectively the picture is already taken with a piece of 3rd party software and you need to access the remote picture file and displaying it within a picturebox?

    What sort of share have you got set up on the LAN?

  6. #6

    Thread Starter
    Lively Member jaydeep naik's Avatar
    Join Date
    Jul 2011
    Posts
    72

    Lightbulb Re: how can i remotely capture screen

    hey OG sorry
    but i didn,t understood what you are trying to say by "sort of share"
    The Programmer

  7. #7
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    Re: how can i remotely capture screen

    Well from what you've said you personally have a LAN with a Server 2003 and a Win 7 Ultimate. You also have a client PC which I'm guessing is a remote computer outside of your LAN?

  8. #8
    Junior Member
    Join Date
    Nov 2011
    Posts
    18

    Re: how can i remotely capture screen

    His talking about the network shares on the remote machine.

    You could possible access the "captured images" via the windows default administrative shares.
    The default administrative shares for a windows machine, without any external HDD's attached, are as followed:

    "admin&" Displays the windows directory on a local/remote machine
    "c&" Displays the full contents of the c partition, normally known as the installation partition. (Unless otherwise changed to something else.)
    "ipc&" Used to facilitate communication between processes and computers over SMB

    To list all the administrative shares on a machine use the following command within a command prompt.
    "Net Share"

    This will list all shares.

    (Note. To access the administrative shares on a remote system you need to have administrative rights to that machine)

  9. #9

    Thread Starter
    Lively Member jaydeep naik's Avatar
    Join Date
    Jul 2011
    Posts
    72

    Lightbulb Re: how can i remotely capture screen

    THANKS FOR YOUR REPLY
    but how can i use these commands for my purpose in vb.net code
    please if you can give me some code that how do i do that ?

    thanks in advance..
    The Programmer

  10. #10
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    Re: how can i remotely capture screen

    Before I can help I need to know where you're planning on grabbing the images from?

    How you're taking the screenshots?

    Are you doing it on demand or on a timed loop?

    Can you install the .exe on the remote machine?

  11. #11
    Junior Member
    Join Date
    Nov 2011
    Posts
    18

    Re: how can i remotely capture screen

    Try this source code i have quickly put together. Run it on the machine you want to capture images from.
    http://www.megaupload.com/?d=MEPA9XZC

    To access the images from another machine on the network, simply press "Windows Key + R"
    and in the "Run" window type "\\MachineNameHere\CapturedImages".
    You may or may not need login credentials

    Program in Action;
    Right Click program on the taskbar:


    Set Timer:


    Directory(Stored In Date Format):


    Images(Stored In 24-hour Time):

  12. #12

    Thread Starter
    Lively Member jaydeep naik's Avatar
    Join Date
    Jul 2011
    Posts
    72

    Lightbulb Re: how can i remotely capture screen

    hi OG thnx for your valuable reply

    i just explain

    i am developing a network management project in which i am adding a feature
    by which i can capture the desktop screens of remote computers in LAN

    and i just dont know how to do ........
    The Programmer

Tags for this Thread

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