Update:
There are objects in the drawing visible.
I can draw new ones and select them.
Without drawing anything new, I get a message when trying to quick select:
" there are no objects to select in this drawing" (original message is in
german)
Re: Drawing on DC ... class Circle: public Drawing { ... It would be *called* from OnDraw,... You should only draw when you need to draw, ... Drawing your objects on a bitmap merely renders the circle, rectangle, etc. as bits (which ... (microsoft.public.vc.mfc)
Re: Eye (MF) jab, poke, gauge, ... : how to train ... to perfection even... ... Each skill is variously different. ... like Drawing -vs- Painting, which is why I brought that up. ... to draw a mech robot, and her drawing will suck too. ... (rec.martial-arts)
Re: howto avoid cdc drawing done not in onPaint to be erased? ... i need to draw something. ... And the answer is, if you want to do a drawing, then yes, you need to store every point ... A DC holds no display information; it holds the information required to CREATE the ... cases, for durations measuable in seconds, although small hundreds of milliseconds are ... (microsoft.public.vc.mfc)
Re: AutoShapes on User Forms ... That code draws AutoShapes on the active document, but the original question... was about drawing them on a UserForm -- that's a whole different issue. ... Here is a sample code where you would draw 2 shapes, ... I am using WORD 2000 and I have a question about AutoShapes.... (microsoft.public.word.vba.userforms)
Re: Graph Plotting ... A single call to the PolyLine function (passing it a structure containing the desired coordinates of however many lines you wish to draw) is a lot faster than multiple calls to the LineTo function. ... In PolyLine the individual lines are all connected but if you want to use a similar technique for drawing a lot of connected and / or unconnected lines you can instead use the PolyPolyLine function. ... But that's not because you necessarily need to achieve speed in the "chart drawing" area. ... (comp.lang.basic.visual.misc)