Win32 fake fullscreen and task bar visibility

I'm trying to create a fake fullscreen mode for Reaper. I want to move the menu bar out of the visible screen area by making the window 20 points higher than the screen's dimensions. Issue: the task bar gets visible as soon as the window

Continue reading →

Docking Sytem Win32

Does anyone have a resource or guide that can help me with the creation of dockable windows, preferably using only win32, something similar to this:enter image description here Understand it can be done with MFC, but I'm determined to ac

Continue reading →

How to click and drag the captionless dialog using the button on that dialog along the title bar of a window using c++ win32

I want a make a dialog which contains two buttons and dont have caption. How to click and drag the dialog using the button on that dialog along the title bar of a window using c++ win32 I tried using SetCapture methods in WM_LBUTTONDOWN

Continue reading →