BUG: Edit Control's Number Style Check Box Won't Stay Selected

Last reviewed: July 31, 1997
Article ID: Q147944
4.00 4.10 4.20 WINDOWS NT kbtool kbbuglist

The information in this article applies to:

  • The Resource Editor included with: Microsoft Visual C++, 32-bit Edition, versions 4.0, 4.1, 4.2

SYMPTOMS

Edit controls that have previously been given the ES_NUMBER style do not have the corresponding Number check box selected under the style properties when they are loaded into the resource editor.

CAUSE

This is a display problem in the resource editor. Although the resouce editor shows the Number check box as clear, rebuilding the application or opening the .rc file in text mode will confirm that the ES_NUMBER style is still being applied to the edit control. However, if the dialog box containing the control is edited and saved, the ES_NUMBER property will no longer be applied to the edit control unless you again select the Number check box.

RESOLUTION

Select the Number check box for edit controls that should have the ES_NUMBER style each time you modify the dialog box containing the edit control.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The ES_NUMBER style first available in Windows 95 restricts input to the edit control to digits only. If an edit control has this style under Windows NT 3.51, you can still enter characters other than numbers. However, under Windows 95, an edit control with this style accepts digits only.

REFERENCES

For more information, please see the following sections in Visual C++ 4.0 Books Online:

  • "Win32 SDK: Win32, Overviews, Window Controls," Edit Control Styles.
  • "Win32 SDK: Win32, Reference, Functions," CreateWindow.
  • "Programming For The Windows 95 User Interface," Chapter 6, "The New Common Dialog Boxes"


Additional reference words: 4.00 4.10 4.20 vcbuglist400
KBCategory: kbtool kbbuglist
KBSubcategory: AppStudioIss
Keywords : AppStudioIss kbbuglist kbtool
Version : 4.00 4.10 4.20
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 31, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.