Is it possible to make a simple Image Editor were you can draw and
edit images in vb.net? If so how would you do that? (Its would also have
to compile the image as well into an image format)
Printable View
Is it possible to make a simple Image Editor were you can draw and
edit images in vb.net? If so how would you do that? (Its would also have
to compile the image as well into an image format)
it's possible but not simple.
have a look at the paint lite.Net link in my signature
I kind of figured it wouldn't be simple. Thank you for letting me know it's possible :)
Its certainly not simple but it is not that complicated depending on the level of editing you want to do in the images. In fact, many visual basic courses or tutorials begin creating some kind of image editor.
Do you know where I can find a tutorial on how to do this? I looked at Paint Lite.net and it seemed a little to complicated than what I'm looking for. Thanks for it though :)