Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
uses WINUTILMainWindow 271,133,WS_SYSMENU | WS_MINIMIZEBOX | WS_EX_TOPMOST
case WM_SIZE 'https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos sys hw=-1 'HWND_TOPMOST 'hw must be sys as a window handle SetWindowPos(hwnd,hw,0,0,0,0,0x3)
case WM_SIZE SetWindowPos(hwnd, sys -1,0,0,0,0, sys 3)
In ScriptBasic hex notation is view by the interpreter as an unsigned long.
https://www.oxygenbasic.org/o2manual1/sys.htm