|
Maybe I don't see something I am sitting on, so I am sorry then. You will help me a lot if you give me a clue how to create an application containing a simple WinForm designer like in VS is. I just need a user to be able to define his own layout placing TextBoxes, Labels and couple of other Controls on the UserControl area. Those features like mouse-resizing and relocating of controls (with the typical design frame about the control manipulated) are expected. I can create my own simple designer class, but that would be probably a reinventing a wheel. But I really don't know what classes to use and how. Thanks a lot in advance. (I am using VS 2003 and C#) |