Replies: 1 comment 2 replies
-
|
For TopMost you can use AppWindow |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when putting the application on the top level, we need to implement it through the following code:
SetWindowPos(m_hWndTop,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);Will there be some new WinRT APIs to use (
SetCurrentWindowTopMost()or something like this) and permissions associated with it(windowTopMost)?Beta Was this translation helpful? Give feedback.
All reactions