Search code examples
wpfdllwindow

putting some WPF windows in DLL


I have a WPF project, and there is one dialog that I will re-use in different applications. I want to put it in its own DLL, but when I use the New Project wizard in Visual Studio 2008 it only lets me create WinForm C# DLLs. Am I missing something?


Solution

  • You should be able to create a WPF Custom Control Library project.