Hay que usar el api SetWindowPos de la siguente manera: Para hacer la ventan siempre visible SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE |WP_NOSIZE); Para devolverle el comportamiento normal SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE| WP_NOSIZE...