April 14th, 1999, 12:21 PM
to write an arrow control (like a line control)
|
Click to See Complete Forum and Search --> : activex April 14th, 1999, 12:21 PM to write an arrow control (like a line control) April 15th, 1999, 08:15 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |