Question

I am about to begin developing an application on Windows 8.1. To leverage my existing skills and experience I would prefer to use HTML rather than XAML for the front end.

Instead of running the application in full screen, I'd like to have it in an old-school WPF/WinForms style window which can be resized, maximized etc.

Is this possible? If so, how?

Was it helpful?

Solution

This is not possible in Windows Store Apps. The closest thing you'd get is Snapped Views, which is sufficient in most cases, but will not behave as windows from WPF. You can read more about the guidelines and possibilities in the MSDN UX/UI Page, which describes Snapped View.

OTHER TIPS

You can do this with ModernMix app. Really enjoyed with it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top