Click to See Complete Forum and Search --> : CrectTrackler in .NET


malinrob
December 10th, 2002, 03:00 AM
I would need to draw a rectangle around the control for its resizing (see resource editor). In MFC there is a CRectTRacker class. Is there any similar class in .NET Windows.Forms?
Thx a lot.

MartinL
December 10th, 2002, 06:00 AM
I don't think there is something similar to CRectTracker class in the .net class library. Unfortunately, you need to implement it yourself...

Martin