> void Show_Topmost(Fl_Window* pWindow)
> {
> HWND hWnd= fl_xid(pWindow);
> SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
> }Please be aware, that window must be shown before using these functions. There is no valid HWND if the windows was not created by the operating system. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

