PRWIN9012011: Edit Notification Codes Never Received

ID Number: Q65193

3.00

WINDOWS

buglist3.00 fixlist3.10

Summary:

PROBLEM ID: WIN9012011

SYMPTOM

When running an application that uses the edit control notification

codes declared in the WINDOWS.INC file of the Microsoft Windows

Software Developers Kit (SDK) version 3.0, the notifications are

never received by the application.

CAUSE

The edit control notifications in WINDOWS.INC are declared

incorrectly.

RESOLUTION

Microsoft has confirmed this to be a problem in the Windows SDK

version 3.0. To correct the problem, append an "h" to each edit

control notification constant. The following is the corrected

version of lines 1760-1767 of WINDOWS.INC:

; Edit Control Notification Codes

EN_SETFOCUS = 0100h

EN_KILLFOCUS = 0200h

EN_CHANGE = 0300h

EN_UPDATE = 0400h

EN_ERRSPACE = 0500h

EN_MAXTEXT = 0501h

EN_HSCROLL = 0601h

EN_VSCROLL = 0602h

This problem was corrected in the Windows SDK version 3.1.

Additional reference words: SR# G900823-160 3.00