Skip to content

Commit 242ea0b

Browse files
author
mikeblome
committed
fixed links to newly titled topic
1 parent 36dfc8e commit 242ea0b

27 files changed

Lines changed: 27 additions & 27 deletions

docs/mfc/closing-the-dialog-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ To arrange for closing and deleting a modeless dialog box, override `PostNcDestr
1212

1313
## See also
1414

15-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
15+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/common-dialog-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Three other classes in MFC have dialog-like characteristics. For information abo
2626
## See also
2727

2828
[Dialog Boxes](../mfc/dialog-boxes.md)<br/>
29-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)<br/>
29+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)<br/>
3030
[Dialog Boxes in OLE](../mfc/dialog-boxes-in-ole.md)

docs/mfc/commonly-added-member-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ If your dialog box contains pushbuttons other than OK or Cancel, you need to wri
1111
## See also
1212

1313
[Dialog Boxes](../mfc/dialog-boxes.md)<br/>
14-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)<br/>
14+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)<br/>
1515
[Commonly Overridden Member Functions](../mfc/commonly-overridden-member-functions.md)

docs/mfc/commonly-overridden-member-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the most likely member functions to override in your `
2424

2525
`OnCancel` is usually overridden for modeless dialog boxes.
2626

27-
For more information about these member functions, see class [CDialog](../mfc/reference/cdialog-class.md) in the *MFC Reference* and the discussion on [Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md).
27+
For more information about these member functions, see class [CDialog](../mfc/reference/cdialog-class.md) in the *MFC Reference* and the discussion on [Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md).
2828

2929
## See also
3030

docs/mfc/creating-a-dialog-class-with-code-wizards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The following table lists dialog-related tasks that Code Wizards help you manage
2929
## See also
3030

3131
[Dialog Boxes](../mfc/dialog-boxes.md)<br/>
32-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
32+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/creating-a-modeless-property-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ There are many user-interface alternatives for determining when the settings of
2222

2323
[Property Sheets](../mfc/property-sheets-mfc.md)<br/>
2424
[Exchanging Data](../mfc/exchanging-data.md)<br/>
25-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
25+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/creating-and-displaying-dialog-boxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ You can, if you want, create your dialog box from an [in-memory dialog template]
1919

2020
## See also
2121

22-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
22+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/creating-modal-dialog-boxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ To create a modal dialog box, call either of the two public constructors declare
1010

1111
## See also
1212

13-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
13+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/creating-modeless-dialog-boxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ For a modeless dialog box, you must provide your own public constructor in your
1010

1111
## See also
1212

13-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
13+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

docs/mfc/creating-the-dialog-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ When the dialog box's appearance suits you, create a dialog class and map its me
2323
## See also
2424

2525
[Dialog Boxes](../mfc/dialog-boxes.md)<br/>
26-
[Life Cycle of a Dialog Box](../mfc/life-cycle-of-a-dialog-box.md)
26+
[Working with Dialog Boxes in MFC](../mfc/life-cycle-of-a-dialog-box.md)

0 commit comments

Comments
 (0)