Try this in Windows, if you did not try it:
SetWindowPos(hWnd, &wndTopMost, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);
where hWnd is handle of your main window. I succeeded from another process(my process) to set VLC ialways on top using this function.