good for handles, but how do I modify the objects?
Thanks. That works allright for handles. But as far as I know, once I draw a circle or a line in a form/picturebox, there are no functions in VB to modify its shape, other that to redraw the exact same object using the background color. That solution is not an option since it erases whatever is drawn behind it. I know about Shape objects in VB, which would work fine, but they are to limited (only circles, ellipse, rectangles and rounded rectangles). I need polyline, arc of circle, etc... I tought about writing a EMF file and refreshing a Picturebox everytime there is a click on that picture box, but since I don't know much about EMF files...