How to Implement Custom Windows Forms Designer ?

Posted by this. __curious_geek on Stack Overflow See other posts from Stack Overflow or by this. __curious_geek
Published on 2009-04-13T14:12:13Z Indexed on 2010/03/20 21:41 UTC
Read the original article Hit count: 540

Filed under:
|
|
|

How can we implement Windows Forms Designer in a WinForms application ? Visual Studio uses System.ComponentModel.Design namespace to implement the Form Designer. How can we use this to implement a Form Designer in a WinForms application ? Is there any other library available for achieving the same ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET