Is it possible to use WPF in WinForms, to implement the idea used in this question. I am trying to create a semi-transparent panel.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Technically yes - there are ways of hosting WPF in WinForms using However, you're likely to run into problems with the transparency. WPF's rendering is different to WinForms and, while you can make the WPF control transparent, the WinForms underneath aren't going to respect that. |
|||||||||||||
|
|
You can use |
|||||
|