Results 1 to 4 of 4

Thread: images (again)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    I asked this question earlyer http://www.vb-world.net/ubb/Forum1/HTML/012475.html
    Thanks for the answers but This way is very ineficent. I got board so decided to make a real time remote desktop, so you could see what the user was doing, this is possible as I am working over a internal network not the internet. But the way give as good as it is takes far to long.
    Is there any faster way?
    Say by sending the data as a string?
    I don't know but I am hoping you do.
    Thanks

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    The Method Suggested by John, in the Other Post is really your best option, it could be slow because of the File size, try transmitting a Scaled Down Version of the Image, say 50%, this should increase the speed proportionally.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    ok then thanks
    but how do I do that scaley thing you said

  4. #4
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    Use the PaintPicture Method of the Picturebox to copy the Image to the Same Picturebox, scaling it as you go, see the Online Help on PaintPicture for more details.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


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