1

In my scenario i need to embed (i.e open within) a Win32 GUI app in UWP GUI app or vice versa.

I can able to launch as separate application. But i wants to open within the application.

Is it possible? If yes please explain how to do?

Thanks in advance

1 Answers1

1

In my scenario i need to embed (i.e open within) a Win32 GUI app in UWP GUI app or vice versa

For extend the Win32 GUI with UWP GUI, which is impossible currently. You need to create a Windows app package for your desktop application by using the Desktop Bridge firstly. Details for how to do you could reference Package an app using the Desktop App Converter. And then you could Extend your desktop application with modern UWP components. This guide contains details about how to do and a sample.

But if you mean you want to display the Win32 and UWP UI inside the same window, unfortunately it is impossible currently. Details please check this similar thread.

Sunteen Wu
  • 10,509
  • 1
  • 10
  • 21