Microsoft makes it easier for developers to support multiple windows in UWP apps

Reading time icon 1 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

At Build developer conference today, Microsoft announced that they are introducing a new Windows class that will allow developers to easily include multiple windows support in their UWP apps. Previously, developers have to write hundreds of lines of code to add multi-windows support in their apps, but with this new Windows class, developers can do it with just a few lines of code.

Previously, each new window opened will be running on a separate thread, so developers have to dispatch everything to the new thread, etc. Now, Microsoft is allowing developers to have their newly opened windows in the same thread, making it simple to implement. Of course, the old way of having new windows in new threads will also remain supported.

In addition, Microsoft is also making it easier for developers to add fly-out windows in their apps. These new improvements will enable developers to easily add color picker, contact cards, and other such scenarios in their UWP apps easily.

These new APIs will be part of the upcoming SDK which will be released in Summer.

More about the topics: microsoft, Multi-windows, Windowing, windows 10

Leave a Reply

Your email address will not be published. Required fields are marked *