tags:

views:

44

answers:

1

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?

+3  A: 

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

Ariel