how would we use WPF window in addin ? are we restricted to use solidworks UI's like PMP, Takspane etc ?
Add a reference to System.Windows.Forms.Integration and then use an ElementHost control to host your WPF element.
Add a reference to System.Windows.Forms.Integration and then use an ElementHost control to host your WPF element.