Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How to make an application containg WinForms designer ?
 

How to make an application containg WinForms designer ?

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#)
Mario V  Tuesday, February 07, 2006 3:30 PM

Hi,

This article on MSDN magazine should provide you with the necessary information to make a good start:

http://msdn.microsoft.com/msdnmag/issues/04/12/CustomFormsDesigner/default.aspx

Regards,

Vikram

Vikram  Tuesday, February 07, 2006 3:38 PM

Hi,

This article on MSDN magazine should provide you with the necessary information to make a good start:

http://msdn.microsoft.com/msdnmag/issues/04/12/CustomFormsDesigner/default.aspx

Regards,

Vikram

Vikram  Tuesday, February 07, 2006 3:38 PM
Does anyone know of a good article to get started with this in Visual Studio 2005?

Dave
gruskada  Tuesday, February 07, 2006 8:52 PM

Thanks a lot, Vikram. This is just it.

Mario

Mario V  Wednesday, February 08, 2006 10:04 AM

Actually if you're working with .NET 2.0 that article is a bit outdated and requires you to implement stuff that is now available off-the-framework-shelf.

This article might suit you better:

http://blogs.msdn.com/mharsh/archive/2005/03/14/395304.aspx

tawm  Friday, February 10, 2006 3:19 AM
Thanks, I just found this one as well:

http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx
gruskada  Friday, February 17, 2006 3:45 PM

You can use google to search for other answers

Custom Search

More Threads

• ToolStripControlHost with embedded ActiveX control
• Please Please help!!! How do you disable a listview item
• Custom Designer Problem - Customise the resize handle arround a user control
• Data-binding problems at design time (VS 2005)
• Is there a way to make a user control act like a containter control
• PropertyGrid.SelectedObjects and serializable objects issue
• Custom CollectionEditor doesn't store
• Trouble creating a custom user control to act as a container with a specific content panel
• Using MessageBox in controls
• RDLC report data source using services