<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 8/3/2011 02:49, Richard Bradbrook wrote:
    <blockquote cite="mid:F578BA9929DE4948B79F5712F5C70143@TBW01"
      type="cite">
      <div dir="ltr">
        <div style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE:
          10pt">
          <div>comctl32: Fix to ComboBoxEx processing of WM_ENABLE
            message</div>
          <div>This fixes some of the issues mentioned in bug 27920</div>
          <div>&nbsp;</div>
        </div>
      </div>
    </blockquote>
    Hi, Richard.<br>
    <br>
    Few comments:<br>
    <br>
    <blockquote type="cite">
      <pre wrap="">+static LRESULT COMBOEX_Enable (COMBOEX_INFO *infoPtr, BOOL enable)
+{
+    TRACE("hwnd=%p, enable=%s\n", infoPtr-&gt;hwndSelf, enable ? "TRUE":"FALSE");</pre>
    </blockquote>
    No need for a trace here, all messages are already traced at
    procedure level.<br>
    <br>
    Also please add tests that show disabled edit box and disabled combo
    after switching ComboEx state.<br>
  </body>
</html>