Click here to Skip to main content
15,921,548 members

Comments by geert vullings (Top 3 by date)

geert vullings 27-Feb-12 15:05pm View    
when I load an image in myPictureBox,
as I now did in the line:
myPictureBox.Image = Image.FromFile("C:\TEMP\test.jpg")

The Save command worked,but the result is not what I want.
I wanted the redline ON my image.
(What I am trying to do is making a program for a child to give color on an loaded bitmap,
and the possebility to store the colored bitmap)
geert vullings 27-Feb-12 13:57pm View    
the save command ( Button1) did not work
I got the mesage:
Use the New keyword to create the instance.
I have updated my question.
geert vullings 26-Feb-12 3:04am View    
I became an error saying:
{"Object reference not set to an instance of an object."}