CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: activex

  1. #1
    Guest

    activex

    to write an arrow control (like a line control)


  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured