|
-
April 14th, 1999, 12:21 PM
#1
activex
to write an arrow control (like a line control)
-
April 15th, 1999, 08:15 AM
#2
Re: activex
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|