tags:

views:

29

answers:

1

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 PowerPoint. Does anyone know a ready-made control (preferably free) that can do that?

This is what I mean:

Text box

Thanks

+1  A: 

Here is a C# implementation of a Rect Tracker

http://www.codeproject.com/KB/miscctrl/CSharpRectTracker.aspx

Chris Taylor
Thanks! This is exactly what I was looking for!
Botond Balázs