Hi,
I’m new to VB.NET
Q - How can I save an image drawn on picturebox ?
In VB 6 when we draw lines and shapes on picture box we used use Image property to get Image on the picture box
In .NET we have only one “Image” property instead of “picture” and “image” properties that will give only Background picture of Picture box not the Image on Picture box
I’ve tried this -- created an image and drew all the things on the image and finally set Picture box image property to this image, This causing problems that it is always erasing last image(I think certainly this is the wrong way)
I’m working on small designing application like paint
(sorry for my poor English)
Thanks in advance
