i need a code for a mobile to receive image from a computer using a socket and display this image in a new form
i need a code for a mobile to receive image from a computer using a socket and display this image in a new form
Server has to send the image to the client and on this receiver side you have to receive the image and then create the image then draw the image on the form.You can use the input streams to receive the image from the server.Then you can use the createRGBImage() method to create the image.
Give a chance to Google to have a search, there are lots of examples for this.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
If im remembering correctly htere might even be an example in the wiki...
Try to have a look there, its a very good resource to know the existence of anyways...