Here is the first WinLIFT tutor using the Experimental* Version 6.00
The code has been highly optimized to produce a tiny 124 Kb 64-bit DLL
The "Buttons" project is using only WinLIFT controls, to illustrate the concept of anchor/dock properties, that is the modern paradigm to resize child controls.
Search in the code for: skSetAnchorCtrl
The project is provided with its full VS2022 C++ source code, configured in release mode to produce a... 15 Kb binary EXE.
Being able to produce such small binary files is only possible when using the Windows FLAT API in procedural mode, and by nowadays standard it is becoming a lost art.
Note: Experimental, means work in progress...