PowerPoint-like resizable picture and text boxes as .NET controls
I'm looking for a way to implement a surface (in C#, Windows Forms) where the user can add pictures and text in resizable boxes (with resize handles) - like in Powe开发者_运维问答rPoint. Does anyone know a ready-made control (preferably free) that can do that?
This is what I mean:
Text box http://www.freeimagehosting.net/uploads/4d88f329f2.png
Thanks
Here is a C# implementation of a Rect Tracker
http://www.codeproject.com/KB/miscctrl/CSharpRectTracker.aspx
精彩评论