I comunicate with my remoting server to legacy projects ( delphi , vb6, etc
etc )
so i chose to send everything as a string so when i send pictures i put it
in a xml document where i send the picture data as a encodebase 64 byte
array
in the case of .Net to .Net i would have send it directly as a byte array
to the client
about the controls,,,, i have no experience with that ,,, i can also not
inmagine a scenario in my project where i would like to do this
i would just send the data and fill the controls on the client as this would
give the least trafic and is probably the fastest way
regards
Michel posseth
> I'm looking for code samples to send a jpg image from a client machine to
> a
[quoted text clipped - 14 lines]
>
> Michael
eSolTec, Inc. 501(c)(3) - 21 May 2006 18:39 GMT
Michel
Thank you for your post, but what I'm looking for is code or code snippets
to be able to move a picture image from a remote client to a host and also
move a listboxview also the same way. Want to use TCP or HTTP/SOAP. Your
comments were informative, however I still don't know how to do what I'm
trying to accomplish :::: sigh ::::
Michael
> I comunicate with my remoting server to legacy projects ( delphi , vb6, etc
> etc )
[quoted text clipped - 32 lines]
> >
> > Michael