Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

bitRAKE/fasmg-TaskDialog

Repository files navigation

Repo has been merged into https://github.com/bitRAKE/fasmg-umbrella.

TaskDialog - moving beyond the MessageBox.

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.

Lines of code GitHub repo size GitHub code size in bytes