PDA

Click to See Complete Forum and Search --> : images (again)


death
Dec 30th, 1999, 01:02 AM
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

Aaron Young
Dec 30th, 1999, 01:50 AM
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
aarony@redwingsoftware.com
ajyoung@pressenter.com

death
Dec 30th, 1999, 03:17 AM
ok then thanks
but how do I do that scaley thing you said

Aaron Young
Dec 30th, 1999, 03:24 AM
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
aarony@redwingsoftware.com
ajyoung@pressenter.com