Is it possible to make a window dock in blitzplus? IE, be on the side of the desktop and force all windows to resize so it is always visible.
I believe it is done by resizing the desktop so if your screen res was 1024x768 and you wanted a window with a width of 200 on the right size of the screen you would resize the desktop to 824x768 and put the window x at 824. Can the user32.dll userlib be used for this?
I believe it is done by resizing the desktop so if your screen res was 1024x768 and you wanted a window with a width of 200 on the right size of the screen you would resize the desktop to 824x768 and put the window x at 824. Can the user32.dll userlib be used for this?