NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.
Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
if NTK_And( NTK_GetWindowLong(hWnd, GWL_EXSTYLE), WS_EX_TOPMOST ) != 0 ... // The window is topmost. else ... // The window is not topmost. endif
// Make topmost NTK_SetWindowPos(hwnd, HWND_TOPMOST,0,0,0,0,SWP_NOMOVE+SWP_NOSIZE) // Revert back NTK_SetWindowPos(hwnd, HWND_NOTOPMOST,0,0,0,0,SWP_NOMOVE+SWP_NOSIZE)
1 to 6 of 6