Skip to content

Commit a664907

Browse files
author
Colin Robertson
committed
Add archived samples links
1 parent fd5486c commit a664907

File tree

5 files changed

+550
-14
lines changed

5 files changed

+550
-14
lines changed

docs/mfc/containers-advanced-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The article [Servers: Implementing a Server](../mfc/servers-implementing-a-serve
2626

2727
For example, the MFC OLE sample [OCLIENT](../overview/visual-cpp-samples.md) has embedded an item created by your container/server application. You open the OCLIENT application and in-place edit the item created by your container/server application. While editing your application's item, you decide you want to embed an item created by the MFC OLE sample [HIERSVR](../overview/visual-cpp-samples.md). To do this, you cannot use in-place activation. You must fully open HIERSVR to activate this item. Because the Microsoft Foundation Class Library does not support this OLE feature, overriding `COleClientItem::CanActivate` allows you to check for this situation and prevent a possible run-time error in your application.
2828

29-
If you are creating a new application and want it to function as a container/server application, choose that option in the OLE Options dialog box in the application wizard and this support will be created automatically. For more information, see the article [Overview: Creating an ActiveX Control Container](../mfc/reference/creating-an-mfc-activex-control-container.md). For information about MFC samples, see MFC Samples.
29+
If you are creating a new application and want it to function as a container/server application, choose that option in the OLE Options dialog box in the application wizard and this support will be created automatically. For more information, see the article [Overview: Creating an ActiveX Control Container](../mfc/reference/creating-an-mfc-activex-control-container.md). For information about MFC samples, see [MFC Samples](../overview/visual-cpp-samples.md).
3030

3131
Note that you cannot insert an MDI application into itself. An application that is a container/server cannot be inserted into itself unless it is an SDI application.
3232

docs/mfc/general-mfc-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The MFC framework is a powerful approach that lets you build upon the work of ex
1414

1515
## In This Section
1616

17-
`MFC Samples`, which are supplied in [Visual C++ Samples](../overview/visual-cpp-samples.md)
17+
[MFC Samples](../overview/visual-cpp-samples.md)
1818

1919
[Using the MFC Source Files](../mfc/using-the-mfc-source-files.md)
2020

docs/mfc/mfc-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Covers the MFC implementation of Windows Sockets.
6060
Provides reference material for the MFC Library, a set of classes that constitute an application framework, which is the framework of an application written for the Windows API.
6161

6262
[MFC Samples](../overview/visual-cpp-samples.md)<br/>
63-
Provides links to samples that show how to use MFC in desktop applications, DLLs, database applications, controls, Web applications, and more.
63+
Provides samples that show how to use MFC in desktop applications, DLLs, database applications, controls, Web applications, and more.

0 commit comments

Comments
 (0)