Skip to content

Commit 36dfc8e

Browse files
author
mikeblome
committed
changed title to be more accurate
1 parent d275410 commit 36dfc8e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/mfc/life-cycle-of-a-dialog-box.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Life Cycle of a Dialog Box"
3-
ms.date: "11/04/2016"
2+
title: "Working with Dialog Boxes in MFC"
3+
ms.date: "09/27/2019"
44
helpviewer_keywords: ["dialog boxes [MFC], life cycle", "modal dialog boxes [MFC], life cycle", "modeless dialog boxes [MFC], life cycle", "MFC dialog boxes [MFC], life cycle", "life cycle of dialog boxes [MFC]"]
55
ms.assetid: e16fd78e-238d-4f31-8c9d-8564f3953bd9
66
---
7-
# Life Cycle of a Dialog Box
7+
# Working with Dialog Boxes in MFC
88

9-
During the life cycle of a dialog box, the user invokes the dialog box, typically inside a command handler that creates and initializes the dialog object, the user interacts with the dialog box, and the dialog box closes.
9+
During the life cycle of a dialog box, the user invokes the dialog box, typically inside a command handler that creates and initializes the dialog object, the user interacts with the dialog box, then dialog box closes.
1010

1111
For modal dialog boxes, your handler gathers any data the user entered once the dialog box closes. Since the dialog object exists after its dialog window has closed, you can simply use the member variables of your dialog class to extract the data.
1212

docs/mfc/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
- name: Life cycle of a dialog box
10241024
expanded: false
10251025
items:
1026-
- name: Life cycle of a dialog box
1026+
- name: Working with Dialog Boxes in MFC
10271027
href: life-cycle-of-a-dialog-box.md
10281028
- name: Creating and displaying dialog boxes
10291029
href: creating-and-displaying-dialog-boxes.md

0 commit comments

Comments
 (0)