I’ve tried calling all of the following functions from a procedures in UserMain but none are working:
_function SetWinZTop(hWnd: Pointer; HWND_TOP, x , y, x1, y1, SWP_NOSIZE): Integer; stdcall; _
external “user32.dll” name ‘SetWindowPos’;
procedure FloatTop;
_begin _
_SetWinZTop(0, 0, 0, 0, 0...