C# Add WPF button to Windows Form -
i found background of wpf button can transparent, window form button can't. have tried many methods found doesn't work. however, possible make wpf button in windows form?
it possible use wpf-elements in windows-forms-applications. add reference windowsformsintegration.dll
in project, enables use elementhost. can create wpfcontrollibrary containing transparent button , use in elementhost in form.