Skip to content

Commit 2313aac

Browse files
authored
broken link fix
1 parent cd02d69 commit 2313aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/hosting-a-windows-form-user-control-as-an-mfc-dialog-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MFC provides the template class [CWinFormsDialog](../mfc/reference/cwinformsdial
1111

1212
The process that `CWinFormsDialog` uses to host the user control is the similar to that described in [Hosting a Windows Form User Control in an MFC Dialog Box](../dotnet/hosting-a-windows-form-user-control-in-an-mfc-dialog-box.md). However, `CWinFormsDialog` manages the initialization and hosting of the user control so that it does not have to be programmed manually.
1313

14-
For a sample application that shows Windows Forms used with MFC, see [MFC and Windows Forms Integration](https://www.microsoft.com/download/details.aspx?id=2113).
14+
For a sample application that shows Windows Forms used with MFC, see [MFC and Windows Forms Integration](https://download.cnet.com/MFC-and-WinForms-Integration/3000-2383_4-75453644.html).
1515

1616
### To create the MFC host application
1717

0 commit comments

Comments
 (0)