How to Change the Method of Selecting Multiple Controls

Last reviewed: July 22, 1997
Article ID: Q122226
2.00 4.00 2.10 WINDOWS NT kbtool

The information in this article applies to:

  • The dialog editor, included with Microsoft Visual C++, 32 bit edition, version 2.0, 2.1, and 4.0

SUMMARY

The dialog editor in the Visual C++ development environment selects multiple controls only if they are completely enclosed in the selection box. You can modify this behavior to include controls partially outside the selection box.

MORE INFORMATION

To change the selection method in the dialog editor, modify the Windows NT registry using REGEDT32.EXE. (There is no user interface option for this feature in the development environment.) First close Visual C++. Then use REGEDT32.EXE to select the Dialog Editor key. For Visual C++ version 2.0, this key can be found as follows:

   HKEY_CURRENT_USER\Software\Microsoft\Visual C++ 2.0\Dialog Editor

For Visual C++ version 4.0, the Dialog Editor key can be found as follows:

   HKEY_CURRENT_USER\Software\Microsoft\Developer\Dialog Editor

Modify the value of NetSelectAll from 0 to 1 to enable selection of the partially covered controls.

REFERENCES

For more information about the dialog editor and selecting controls, see the "Using the Dialog Editor" chapter, or search for "dialog editor", in the Visual C++ Books Online. Note that the feature described in this article is not mentioned in the documentation.


Additional reference words: kbinf 2.00 2.10 4.00 dialog editor selection
controls
KBCategory: kbtool
KBSubCategory: AppStudioIss
Keywords : kbtool
Version : 2.00 4.00 2.10
Platform : NT WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.