Could I impose on some of our members to test this binary that has the 3 types of custom buttons that I have been working on. The three type are,
1. A colour button that works similar to a standard Windows button but has full colour control.
2. A Text only button with no background that has text and hover colour control.
3. A link appearance button that has text and hover colour control.
The first two act on the WM_LBUTTONUP message.
The link button acts on the WM_LBUTTONDOWN message.
The logic of the colour button is slightly different to a normal Windows button in that it does not use the SetCapture technique and responds only to the UP click. This allows a drag style of use with the mouse that triggers the control action on release.
The test piece is testing OK on the Win10 Pro 64 bit I develop on and the latest version of 64 bit Win7 Ultimate.
I have the modules added to the current reference library but have not yet released the current library and I have not done any documentation for the additions and changes.
All of the WM_COMMAND message should work OK, among the things I need testing is if there is any flickering with any of the buttons on other language Windows versions and perhaps if the 128 pixel icon displays properly on other Windows versions.