Resize Response

This program allows you to make a response window resizable. There is no 'anchor' graphic in the corner, just adjust the size by grabbing the window border. It also shows how to add items to the system menu of the window.


Win API Functions used:

DrawMenuBar
GetSystemMenu
GetSystemMetrics
GetWindowLong
InsertMenu
SetWindowLong


——— Last updated 07/14/2022 ———