Repo has been merged into https://github.com/bitRAKE/fasmg-umbrella.
This an exploration of the TaskDialog addition to Windows UI programming, and patterns in fasmg.
Kenny Kerr put together the original sample program in C++ when Windows Vista was still in beta. I thought it was such a good idea that I've mirrored his effort in x86-64 assembly. Obviously, we don't need ATL/WTL or the wrapper he created - it's mostly just SendMessage.
Often lines of code in assembly are comparable given the right model. In fasmg we can construct domain models fitting a large array of problems.