|
-
Dec 30th, 1999, 02:02 AM
#1
Thread Starter
Lively Member
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
-
Dec 30th, 1999, 02:50 AM
#2
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]
-
Dec 30th, 1999, 04:17 AM
#3
Thread Starter
Lively Member
ok then thanks
but how do I do that scaley thing you said
-
Dec 30th, 1999, 04:24 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|