to write an arrow control (like a line control)
Printable View
to write an arrow control (like a line control)
Ok thats too easy -- run ControlWizard, create a COleControl MFC activex control. In OnDraw(), simply do a few GDI MoveTo's and LineTo's. First create a pen and select it into the dc for line drawing. Make sure you're drawing within the bounds passed to OnDraw().
STEVE