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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -