How can I use Windows.Forms in C# WPF?(ex. FolderBrowserDialog)
To use elements of windows.forms in WPF, you need to do as follows..
1. Select a project in the solution window.
2. Right click and select properties.
4. Find "Windows.Forms".
5. Check the "Enable Windows Forms for this project".
6. And save.
댓글
댓글 쓰기