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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top