December 2006
Beginner to intermediate
560 pages
16h 2m
English
I THINK A lot of confusion about the dialog manager stems from not really understanding how it works. It’s not that bad. After some warm-up discussion on dialog procedures, I go into the history of dialog templates, using that as a basis for understanding how dialog boxes are created, then move on to the dialog message loop, and wrap up with some topics regarding navigation.
THERE REALLY ISN’T much to a dialog procedure. For each message, you can choose to handle it or not, just like a window procedure. But unlike a window procedure, the way you express this decision is done by the return value.
For some reason, the way values ...
Read now
Unlock full access