Skip to content

Commit 0ac64d1

Browse files
authored
broken link fix
1 parent ceeae48 commit 0ac64d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/hosting-a-windows-forms-user-control-as-an-mfc-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The end result resembles the model used by the [CFormView Class](../mfc/referenc
1313

1414
Because MFC Windows Forms views are ActiveX controls, they do not have the same `hwnd` as MFC views. Also they cannot be passed as a pointer to a [CView](../mfc/reference/cview-class.md) view. In general, use .NET Framework methods to work with Windows Forms views and rely less on Win32.
1515

16-
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).
16+
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).
1717

1818
## In This Section
1919

0 commit comments

Comments
 (0)