147// ImplementModelessTracking registers our dialog to receive dialog messages thru main app loop's IsDialogMessage().
148// CWindowAutoLifetime creates the window in the constructor (taking the parent window as a parameter) and deletes the object when the window has been destroyed (through WTL's OnFinalMessage).