Resolved : Drawing program
Hello
I would like to write a small drawing program to let the user create simple drawings (made from rectangles, circles, texts, lines, hatches.... to create very simple building blueprints) and save it as a vector file (wmf or emf). I want not to use standard methods in picturebox because this is "bitmap" operations and kill the possibilities I would like to give to the user : such as selecting, moving, erasing the elements, undos... In fact, ideally, it should be like a small "Corel Draw" program.
How can we do that in VB, I heard about working on the DC of a Metafile, but not concrete experiences.
Any ideas ?
Thanks in advance....