Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi All,

I've been doing lots of work on visual studio extensions recently:

Extending Visual Studio Part 1 - Creating Code Snippets[^]
Extending Visual Studio Part 2 - Creating Addins[^]
Extending Visual Studio Part 3 - Item Templates[^]

But I need some help on the next section - what I want to do is have an XML file in my project, but when the user double clicks on it have it edited by a customer designer. The designer will be something a bit like the Entity Framework model designer - so file will be XML but I need to create a totally custom designer.

Does anyone know whether this is in theory possible? And if so what this kind of thing is called so I can find it on MSDN?

Thanks in advance!

Dave
Posted

1 solution

For anyone who looks over this question, I have found a sample that describes exactly what I want to do:

http://code.msdn.microsoft.com/xmlwpfdesigner[^]

Enjoy!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900