-
E
Windows 10 Need to use HWND_TOPMOST for two windows, API
Then it seems i have another problem, because when setting both windows to HWND_TOPMOST only one of them work. any help would be apreciated here is my code:- Elsy
- Post #3
- Forum: Programming and Scripting
-
E
Windows 10 Need to use HWND_TOPMOST for two windows, API
I have a project where i have two windows that i fullscreen on my two monitors. i have successfully been able to make one of these windows always on top by using: SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW); But when i try to set my second window on...- Elsy
- Thread
- api hwnd_topmost user32.dll
- Replies: 5
- Forum: Programming and Scripting