Can I use C++/CLI (.NET Winforms/WPF ) to provide GUI for app written in native C & C++
- by claws
Hello,
I've an app written C & C++. Now, I need to provide a GUI for this app. MFC is the best option for me. But I'm not familiar with MFC.
So can I use .NET to build GUI for this? If so, How? Please be clear.
If I can use .NET I guess I can use WPF too right?