hi!
i have a little problem with a picture box.
I just wanted to include a new image during the program.
my syntax:
pictureBox1.Image = Image.FromFile("PATH");
But i got a mistake, which says:
pictureBox1 points at a FIELD, but a CLASS is expected!
can anybody tell me the mistake?
thx, Jumi