On my previous question i asked how to use WPF controls in a Windows Form application. My answer was to go to this website and i clicked on the sixth option there. But heres my problem: the controlls are in a WPF application in Expression Blend 4, I need a way to put the controls as a resource or whatever onto my Winforms project ( I think i need to convert them into a WPF control library ) . How would I convert the buttons so I can add them to my form, and how would I add them there?