CRectTrack

Hi,

In MFC C++ a class called CRectTrack was available.  It was designed for drawing a rectangle around objects to "select" them.  Is there any equivalent object for C#

Thanks.




Answer this question

CRectTrack

  • Yogesh Ranade

    Somebody posted a replacement on codeproject:
    http://www.codeproject.com/cs/miscctrl/CSharpRectTracker.asp

    I've never used it, but let us know how it works, this could help many of us who are looking for runtime form design.

    Thanks,
    Josh Lindenmuth

  • Tan Silliksaar

    Josh,

    Thank you.  I should have known that CodeProject would have something.

    I wonder why it is not included by Microsoft as part of a library or assembly

    Thanks again.  I'll let you know how it works.

    - Neil


  • CRectTrack