Hi All,
I can a : "picturebox.Image = Image.FromFile("c:\tom.bmp""
But I do not want to be tied to using one directory!
When adding an image to a picturebox at design time the IDE does something fancy :
"this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"));"
How do I put images into this "rescourse" beasty?
Thanks in advance.
Tom
I can a : "picturebox.Image = Image.FromFile("c:\tom.bmp""
But I do not want to be tied to using one directory!
When adding an image to a picturebox at design time the IDE does something fancy :
"this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"));"
How do I put images into this "rescourse" beasty?
Thanks in advance.
Tom