Creating a custom designer
I've been asked to create a Custom Designer for Visual Studio. In this designer a programmer can create/edit Forms with controls and position them. The input and result will be used and compiled by an external system (Sesam i've been told but never heard of it) The format will be in XML. The question is, where do I start, is it even feasible to create a Custom Designer? You can create custom designers, but how you go about it depends on your requirements. If you're lucky, you can get away with a simple extension which handles editing certain types of files, such as the Snippet designer You can