Insert Windows Form into UWP application

Fay Wang - MSFT 5,191 Reputation points
2019-12-13T07:32:21.17+00:00

Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/835915b0-9e02-4ad6-96ac-7659d95c5a7a/insert-windows-form-into-uwp-application?forum=wpdevelop

----------

Hi, I need to create a quiz on UWP but im finding it difficult to do so. Is there a way to create the quiz on windows form and insert it into my uwp app?

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Fay Wang - MSFT 5,191 Reputation points
    2019-12-13T07:37:23.757+00:00

    Hello,

    Welcome to Microsoft Q&A!

    You can create the quiz on windows form app and then use desktop bridge to convert your windows form app to UWP app. If you will use the desktop bridge, you need to check some points in this document before packaging. In addition, you can use MSIX or creating Windows Application Packaging Project in vs to convert it.

    0 comments No comments