Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 1.93 KB

File metadata and controls

55 lines (47 loc) · 1.93 KB
title Adding Multiple Controls | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
controls [Visual Studio], adding multiple
dialog box controls, adding to dialog boxes
ms.assetid cc100201-0669-4e74-bb08-f7134ddd03aa
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
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

Adding Multiple Controls

To add multiple controls

  1. While holding down the CTRL key, select a control in the Toolbox Window.

  2. Release the CTRL key and click the dialog box as many times as you want to add the particular control.

  3. Press ESC to stop placing controls.

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

Win32

See Also

Controls in Dialog Boxes
Adding Event Handlers for Dialog Box Controls
Dialog Box Controls and Variable Types