uwp - How to programmatically open a child view on a specified monitor in unversal windows platform app? -


in universal windows platform app, possible programmatically create second view (which possible) show on secondary monitor (or third.. )?? how that?

update
i've looked @ projection sample seems allow 1 secondary view projected. whenever new view created , projected, prior 1 closed. there anyway have multiple on multiple monitors?

update able hwnd (thanks so) of uwp corewindow object. unfortunately, top level hwnd of corewindow still doesn't let me manipulate outer-most uwp window chrome. looks there's else sits on top of top-level hwnd of corewindow. directx component, perhaps?

so ultimately, how manipulate uwp window beyond basics of maximizing, minimizing, etc, , able take uwp window, put on monitor of choice, , maximize it, code?? , app built targeting desktop, not arm.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -