~ if a post is resolved, please mark it as [Resolved] protected string get_Signature(){return Censored;} [vbcode][php] please use code tags when posting any code [/php][/vbcode]
you need to change this line ....
PictureBox1.Image.FromStream(myStream)
to this....
VB Code:
PictureBox1.Image = Image.FromStream(myStream)
as it's not telling it what the Image equals.
~ if a post is resolved, please mark it as [Resolved] protected string get_Signature(){return Censored;} [vbcode][php] please use code tags when posting any code [/php][/vbcode]