Skip to content

Commit 0885606

Browse files
mikeblomeColin Robertson
authored andcommitted
removed translation.priority.ht tags from text and mfc folders (MicrosoftDocs#378)
1 parent c55726a commit 0885606

File tree

1,345 files changed

+103
-2257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,345 files changed

+103
-2257
lines changed

docs/mfc/a-portrait-of-the-document-view-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# A Portrait of the Document/View Architecture
2019
Documents and views are paired in a typical MFC application. Data is stored in the document, but the view has privileged access to the data. The separation of document from view separates the storage and maintenance of data from its display.

docs/mfc/accessing-all-members-of-a-collection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "ru-ru", "zh-cn", "zh-tw"]
1817
translation.priority.mt: ["cs-cz", "pl-pl", "pt-br", "tr-tr"]
1918
---
2019
# Accessing All Members of a Collection

docs/mfc/accessing-file-status.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Accessing File Status
2019
`CFile` also supports getting file status, including whether the file exists, creation and modification dates and times, logical size, and path.

docs/mfc/accessing-run-time-class-information.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Accessing Run-Time Class Information
2019
This article explains how to access information about the class of an object at run time.

docs/mfc/accessing-the-embedded-month-calendar-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Accessing the Embedded Month Calendar Control
2019
The embedded month calendar control object can be accessed from the `CDateTimeCtrl` object with a call to the [GetMonthCalCtrl](../mfc/reference/cdatetimectrl-class.md#getmonthcalctrl) member function.

docs/mfc/activation-cpp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Activation (C++)
2019
This article explains the role of activation in the visual editing of OLE items. After a user has embedded an OLE item in a container document, it may need to be used. To do this, the user double-clicks the item, which activates that item. The most frequent activity for activation is editing. Many current OLE items, when activated for editing, cause the menus and toolbars in the current frame window to change to reflect those belonging to the server application that created the item. This behavior, known as in-place activation, allows the user to edit any embedded item in a compound document without leaving the container document's window.

docs/mfc/activation-verbs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Activation: Verbs
2019
This article explains the role primary and secondary verbs play in OLE [activation](../mfc/activation-cpp.md).

docs/mfc/active-document-classes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ caps.latest.revision: 9
1515
author: "mikeblome"
1616
ms.author: "mblome"
1717
manager: "ghogen"
18-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1918
---
2019
# Active Document Classes
2120
Active documents can be displayed either in the entire client window of a Web browser, such as Internet Explorer 5.5, or in an Active container, such as the Microsoft Office Binder, that supports Active documents.

docs/mfc/active-document-containers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Document Containers
2019
An active document container, such as Microsoft Office Binder or Internet Explorer, allows you to work with several documents of different application types within a single frame (instead of forcing you to create and use multiple application frames for each document type).

docs/mfc/active-document-containment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Document Containment
2019
Active document containment is a technology that provides a single frame in which to work with documents, instead of forcing you to create and use multiple application frames for each document type. It differs from basic OLE technology in that OLE works with embedded objects within a compound document in which only a single piece of content can be active. With active document containment, you activate an entire document (that is, an entire application, including associated menus, toolbars, and so on) within the context of a single frame.

docs/mfc/active-document-servers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Document Servers
2019
Active document servers such as Word, Excel, or PowerPoint host documents of other application types called active documents. Unlike OLE embedded objects (which are simply displayed within the page of another document), Active documents provide the full interface and complete native functionality of the server application that creates them. Users can create documents using the full power of their favorite applications (if they are active document enabled), yet can treat the resulting project as a single entity.

docs/mfc/active-documents-on-the-internet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Documents on the Internet
2019
Active documents provide an extension to traditional embedded objects. The Active documents may be multipage and are displayed in the entire client area. They do traditional menu negotiation, and can be edited in-place as well as in an open window in the server application. Instead of displaying as a small rectangle surrounded by a hatched border, Active documents are full frame and always in-place active.

docs/mfc/active-documents.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 12
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Documents
2019
Active documents extend the compound document technology of OLE. These extensions are provided in the form of additional interfaces that manage views, so that objects can function within containers and yet retain control over their display and printing functions. This process makes it possible to display documents both in foreign frames (such as the Microsoft Office Binder or Microsoft Internet Explorer) and in native frames (such as the product's own view ports).

docs/mfc/active-technology-on-the-internet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 12
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Active Technology on the Internet
2019
Active technology is an open platform that lets developers create exciting, dynamic content and applications for the global Internet, or for a company's internal network, known as an intranet. The major technologies provided by Microsoft for Internet programming are described below.

docs/mfc/activex-control-containers-connecting-an-activex-control-to-a-member-variable.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers: Connecting an ActiveX Control to a Member Variable
2019
The easiest way to access an ActiveX control from within its control container application is to associate the ActiveX control with a member variable of the dialog class that will contain the control.

docs/mfc/activex-control-containers-handling-events-from-an-activex-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers: Handling Events from an ActiveX Control
2019
This article discusses using the Properties window to install event handlers for ActiveX controls in an ActiveX control container. The event handlers are used to receive notifications (from the control) of certain events and perform some action in response. This notification is called "firing" the event.

docs/mfc/activex-control-containers-manually-enabling-activex-control-containment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers: Manually Enabling ActiveX Control Containment
2019
If you did not enable ActiveX control support when you used the MFC Application Wizard to generate your application, you will have to add this support manually. This article describes the process for manually adding ActiveX control containment to an existing OLE container application. If you know in advance that you want ActiveX control support in your OLE container, see the article [Creating an MFC ActiveX Control Container](../mfc/reference/creating-an-mfc-activex-control-container.md).

docs/mfc/activex-control-containers-using-controls-in-a-non-dialog-container.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers: Using Controls in a Non-Dialog Container
2019
In some applications, such as an SDI or MDI application, you will want to embed a control in a window of the application. The **Create** member function of the wrapper class, inserted by Visual C++, can create an instance of the control dynamically, without the need for a dialog box.

docs/mfc/activex-control-containers-viewing-and-modifying-control-properties.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers: Viewing and Modifying Control Properties
2019
When you insert an ActiveX control into a project, it is useful to view and change the properties supported by the ActiveX control. This article discusses how to use the Visual C++ resource editor to do this.

docs/mfc/activex-control-containers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Control Containers
2019
An ActiveX control container is a container that fully supports ActiveX controls and can incorporate them into its own windows or dialogs. An ActiveX control is a reusable software element that you can use in many development projects. Controls allow your application's user to access databases, monitor data, and make various selections within your applications. For more information on ActiveX controls, see the article [MFC ActiveX Controls](../mfc/mfc-activex-controls.md).

docs/mfc/activex-controls-on-the-internet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 14
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Controls on the Internet
2019
ActiveX controls are the updated version of the OLE control specification. Controls are a primary architecture for developing programmable software components that can be used in a variety of different containers, including COM-aware Web browsers on the Internet. Any ActiveX control can be an Internet control and can add its functionality to an Active document or be part of a Web page. Controls on a Web page can communicate with each other using scripting.

docs/mfc/activex-controls.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 10
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# ActiveX Controls
2019
In Visual C++ you can create ActiveX controls using MFC or ATL.

docs/mfc/adding-columns-to-the-control-report-view.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 12
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Columns to the Control (Report View)
2019
> [!NOTE]

docs/mfc/adding-controls-by-hand.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 12
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Controls By Hand
2019
You can either [add controls to a dialog box with the dialog editor](../mfc/using-the-dialog-editor-to-add-controls.md) or add them yourself, with code.

docs/mfc/adding-controls-to-a-property-sheet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Controls to a Property Sheet
2019
By default, a property sheet allocates window area for the property pages, the tab index, and the OK, Cancel, and Apply buttons. (A modeless property sheet does not have the OK, Cancel, and Apply buttons.) You can add other controls to the property sheet. For example, you can add a preview window to the right of the property page area to show the user what the current settings would look like if applied to an external object.

docs/mfc/adding-items-to-the-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 13
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Items to the Control
2019
To add items to the list control ([CListCtrl](../mfc/reference/clistctrl-class.md)), call one of several versions of the [InsertItem](../mfc/reference/clistctrl-class.md#insertitem) member function, depending on what information you have. One version takes a [LV_ITEM](http://msdn.microsoft.com/library/windows/desktop/bb774760) structure that you prepare. Because the `LV_ITEM` structure contains numerous members, you have greater control over the attributes of the list control item.

docs/mfc/adding-items-to-the-header-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Items to the Header Control
2019
After creating your header control ([CHeaderCtrl](../mfc/reference/cheaderctrl-class.md)) in its parent window, add as many "header items" as you need: usually one per column.

docs/mfc/adding-multiple-views-to-a-single-document.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 13
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Multiple Views to a Single Document
2019
In a single-document interface (SDI) application created with the Microsoft Foundation Class (MFC) Library, each document type is associated with a single view type. In some cases, it is desirable to have the ability to switch the current view of a document with a new view.

docs/mfc/adding-tabs-to-a-tab-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Adding Tabs to a Tab Control
2019
After creating the tab control ([CTabCtrl](../mfc/reference/ctabctrl-class.md)), add as many tabs as you need.

docs/mfc/advantages-of-the-document-view-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Advantages of the Document/View Architecture
2019
The key advantage to using the MFC document/view architecture is that the architecture supports multiple views of the same document particularly well. (If you don't need multiple views and the small overhead of document/view is excessive in your application, you can avoid the architecture. [Alternatives to the Document/View Architecture](../mfc/alternatives-to-the-document-view-architecture.md).)

docs/mfc/afxdll-versions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ caps.latest.revision: 9
1515
author: "mikeblome"
1616
ms.author: "mblome"
1717
manager: "ghogen"
18-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1918
---
2019
# AFXDLL Versions
2120
Instead of building your application by statically linking to the MFC object-code libraries, you can build your application to use one of the AFXDLL libraries, which contain MFC in a DLL that multiple running applications can share. For a table of AFXDLL names, see [DLLs: Naming Conventions](../build/naming-conventions-for-mfc-dlls.md).

docs/mfc/allocating-and-deallocating-window-memory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Allocating and Deallocating Window Memory
2019
Do not use the C++ **delete** operator to destroy a frame window or view. Instead, call the `CWnd` member function `DestroyWindow`. Frame windows, therefore, should be allocated on the heap with operator **new**. Be careful when allocating frame windows on the stack frame or globally. Other windows should be allocated on the stack frame whenever possible.

docs/mfc/allocating-gdi-resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Allocating GDI Resources
2019
This article explains how to allocate and deallocate the Windows graphics device interface (GDI) objects needed for printing.

docs/mfc/alternatives-to-the-document-view-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 9
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# Alternatives to the Document/View Architecture
2019
MFC applications normally use the document/view architecture to manage information, file formats, and the visual representation of data to users. For the majority of desktop applications, the document/view architecture is an appropriate and efficient application architecture. This architecture separates data from viewing and, in most cases, simplifies your application and reduces redundant code.

docs/mfc/an-example-of-the-comments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caps.latest.revision: 11
1414
author: "mikeblome"
1515
ms.author: "mblome"
1616
manager: "ghogen"
17-
translation.priority.ht: ["cs-cz", "de-de", "es-es", "fr-fr", "it-it", "ja-jp", "ko-kr", "pl-pl", "pt-br", "ru-ru", "tr-tr", "zh-cn", "zh-tw"]
1817
---
1918
# An Example of the Comments
2019
The following partial listing of class `CChildFrame` uses most of the standard comments that MFC employs in its classes to divide class members by the ways they are used:

0 commit comments

Comments
 (0)