HI Gurus,
Is it possible to attach a dialog class in the draw method of activx ctrl class?
Code:
void CRotaryCtrl::OnDraw(CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid)

pdc->......//(attach an cdialog subclass)
thanks