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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -