CRectTracker in C#

  • Thread starter Thread starter Logan McKinley
  • Start date Start date
L

Logan McKinley

I'm writing a resource-like editor in C#, similar to the Visual Studio
dialog editor. I know VC++ has CRectTracker and I was wondering if .Net
had anything comparable.
Thanks,
~Logan
 
Logan,
I have not looked too closely, Sharp Developer has a forms editor, I would
if you could use its rect tracker.

http://www.icsharpcode.net/OpenSource/SD/Default.aspx

Also: The System.Windows.Forms.ControlPaint object has methods to draw
reversible frames, grids, grab handles, and other glyphs that would be
useful for a rect tracker.

Hope this helps
Jay
 
Back
Top