Hi,
I am loading images manually in my code as follows:
When I call inStream.Dispose sometimes the images are not displayed.
It seems that the file is disposed before the bitmap image completed to copy it.
When should I dispose my fine in order to avoid memory leaks?
private...