BUG: ChooseColor Dialog Box Quits When Edit Control SubclassedID: Q141202
|
When the ChooseColor() API is called to display the custom color selection dialog box in an application that is globally subclassing edit controls, an application error (The memory could not be read) occurs in the application.
Certain messages are sent to this dialog before WM_INITDIALOG. These messages manipulate the dialog's edit controls. However, these messages assume the standard system edit control and act accordingly, thus causing the problem.
To avoid this error, applications that use a global customized edit control should use a superclassed edit control.
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.
Keywords :
Version : 3.51
Platform : NT WINDOWS
Issue type :
Last Reviewed: March 5, 1999