Converting a wpf application in to a dll file
I had developed on Media player application in wpf. I want to convert into dll to reuse in another application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Nov 27, 2009, 5:22 AM
Martin CookPosted Feb 10, 2010, 8:46 AM
You need to create a WPF User Control Library and encapsulate the functionality into a User Control.
This library will compile as a dll and you can reference it from other assemblies.
Cheers,
Martin
kannanPosted Nov 30, 2009, 1:42 AM