Hi, I have a very simple problem here that i just can't solve.


I need to edit a picture and save it to a bitmap file. I'm using a picture box and i already able to draw by using the line, bitblt and circle. The problem is that when i save the picture, my drawings are gone. Even if i just use picture1.picture = picture2.picture, the drawings i made is not copied from picture1 to picture2.

Well, i must admit it. I'm dumb in grapics development. I'm a database application developer and not a graphics guru. I know what i have done is wrong and I'm asking you guys to please help me on this.

Thank you very much!