Alvas.Audio and WPF

added by alvasnet
5/10/2011 9:43:26 AM

142 Views

For using Windows Forms controls in Windows Presentation Foundation(WPF) application needs: Add reference to WindowsFormsIntegration assembly (in WindowsFormsIntegration.dll) to your project. Add reference to System.Windows.Forms assembly (in System.Windows.Forms.dll) to your project. In the Window element, add the following namespace mapping ...


0 comments