Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.51 KB

adding-editing-or-deleting-controls.md

File metadata and controls

46 lines (34 loc) · 2.51 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Adding, Editing, or Deleting Controls | Microsoft Docs
11/04/2016
cpp-windows
article
C++
Dialog editor, creating controls
dialog box controls, adding to dialog boxes
controls [C++], adding to dialog boxes
73cef03f-5c8c-456a-87d1-1458dff185cf
9
mikeblome
mblome
ghogen

Adding, Editing, or Deleting Controls

Using the Dialog editor, you can add, resize, edit, and delete controls in dialog boxes. You can also edit the properties of a control, such as its ID, or whether it is initially visible at run time.

You can use the shortcut menu in the Dialog editor to quickly add registered ActiveX controls to a dialog box, and you can add ActiveX controls to the Toolbox for quick access (for more information, see Customize Toolbox Dialog Box).

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