I have a warning that I can;t get rid of:
Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
I am pretty sure it is becasue I have not dimentioned the variable but how do you dimention an IO.memorystream.
Here is the code:
Photograph1.Image = Photograph1.Image.FromStream(New IO.MemoryStream(arr))
Any help would be greatfull. The programms runs and works, its just got those annoying warnings.