Thank you Paulo.
Lets see if you can help me with a workaround to this.
The application in mind is sending the form image to another device using network, in a continuous way.
It works using saveimage from imagelibEx.dll and then sending the file, and in the recieving device by form.drawimage. But to save the file that is recieved I need to delete the file that was recievd before, and it is in use !!!
alternatively I can save the recieved file in a different name each time but then the memory will explode from all these files that stay locked
If there a way to recieve the stream and create an image directly, not by using a file in the middle, then the problem is solved.
Agraham
In ImagelibEx there is SaveImageToStream but there is no SaveStreamToImage ! can you add it ?
Any suggestion ?