Create a WPF library in Visual Studio Express -


I am trying to make my code more reusable by keeping recurring utility classes and user controls in a package library . IDE is making this difficult so far, I have found that it is always the default for Windows Form User Control and disables my ability to create XML files from the 'Add a new item' dialog.

Is it possible to create a library for classrooms and controls with the help of IDE environment (I am using VS 2008 Express)?

If so, what should I do if IDE is working on libraries for WPF? Is it just a matter of choosing the right combination of references or do I have to edit the project file? I am at a loss on this.

Detailed step-by-step instructions How to create a template for it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -