Results 1 to 7 of 7

Thread: screen shot sent from server to client in (vb6)

  1. #1

    Thread Starter
    Banned
    Join Date
    Jan 2009
    Posts
    138

    screen shot sent from server to client in (vb6)

    I am making a little monitoring app in vb6 using winsock.
    I need help making the server take a screenshot and sent it to the client which will display it in a picturebox, the screenshot is of the desktop. The screenshot is requested from a button on the client.(vb6) hope you understand what I mean.

  2. #2

    Thread Starter
    Banned
    Join Date
    Jan 2009
    Posts
    138

    Re: screen shot sent from server to client in (vb6)

    I would be greatful for any help!

  3. #3
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: screen shot sent from server to client in (vb6)

    You're asking for too much help from us, in my personal opinion, and you're also asking for something which may be against the AUP of the forum as it sounds like a function of a trojan to me...not that I am saying it is, just it's a function that remote desktop programs and trojans share.

    My advice is learn to walk before you start running with ideas like this, you'll only fall flat on your face if you don't...try to do what you want yourself and when you find a problem or get stuck THEN come to us and ask for help with specific aspects.
    Well, everyone else has been doing it :-)
    Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
    Expect more to come in future
    If I have helped you, RATE ME! :-)

    I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!

    And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.

  4. #4

    Thread Starter
    Banned
    Join Date
    Jan 2009
    Posts
    138

    Re: screen shot sent from server to client in (vb6)

    Ok fair point, but I have managed to get the connection state of the connection to work, and would be very grateful for any ideas in the best way to go about the screenshots Thanx

  5. #5
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: screen shot sent from server to client in (vb6)

    I googled "VB6 screen capture" and the first link I got was http://www.devx.com/vb2themax/Tip/19172 which sounds like exactly what you're after...however, if you're hoping for some sort of updated screen capture (where the screen data is sent regularly in real-time) it'd require a lot of work to perfect what is and what isn't sent. Most of the problems regarding remote screen capture is the size of the captured data so you'd probably want to compress it before sending.

    The second link, http://www.developer.com/lang/other/...-Basic-Way.htm , might also be of interest to you if you want to understand the options a bit better
    Well, everyone else has been doing it :-)
    Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
    Expect more to come in future
    If I have helped you, RATE ME! :-)

    I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!

    And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.

  6. #6

    Thread Starter
    Banned
    Join Date
    Jan 2009
    Posts
    138

    Re: screen shot sent from server to client in (vb6)

    Quote Originally Posted by smUX View Post
    I googled "VB6 screen capture" and the first link I got was http://www.devx.com/vb2themax/Tip/19172 which sounds like exactly what you're after...however, if you're hoping for some sort of updated screen capture (where the screen data is sent regularly in real-time) it'd require a lot of work to perfect what is and what isn't sent. Most of the problems regarding remote screen capture is the size of the captured data so you'd probably want to compress it before sending.

    The second link, http://www.developer.com/lang/other/...-Basic-Way.htm , might also be of interest to you if you want to understand the options a bit better
    thanx for the links just having a look

  7. #7
    Fanatic Member coolcurrent4u's Avatar
    Join Date
    Apr 2008
    Location
    *****
    Posts
    993

    Re: screen shot sent from server to client in (vb6)

    Programming is all about good logic. Spend more time here


    (Generate pronounceable password) (Generate random number c#) (Filter array with another array)

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