Hi everybody,

New problem today for me. I've created a dialog box and I would like to create a true or virtual area in
which one I want to draw (lines, texts and so on).

Is there any control (standard in VC or extended by another firm) which can make this ?
If not, how can I draw in a dialog box ? I have tried to put my own draw code before and after the CDialog:OnPaint() function, but in all cases, my own drawn objects appear and disappear.

Thanks.