Hello,
What is the easiest way to implement an additional designer that works in
combination with the C# code editor like the Form/UserControl designers do?
I want to make a VSIP Package that detects if C# classes have some specific
attributes and represents these classes visual using information from these
attributes, just like VS detects Forms and UserControls.
Thanks in advance,
Peter Vrenken
Peter Vrenken - 13 Dec 2005 23:54 GMT
Ok,
i found the solution for my problem.
The following example works perfect if the only thing you want is to
implement a new designer for .cs files:
http://windowsforms.net/articles/shapedesigner.aspx
Peter Vrenken