<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 5/15/2012 22:53, Daniel Jelinski wrote:
    <blockquote
cite="mid:CAMrH03KpuZFP5XLoZApSmaibBK8wonF9j2WOVw9gF9DgiXye8w@mail.gmail.com"
      type="cite">
      <pre wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">+    PostMessageA(hTree, WM_RBUTTONUP, 0, (LPARAM)0x10001);
+    /* this sequence should NOT send WM_CONTEXTMENU */
+    SendMessageA(hTree, WM_RBUTTONDOWN, 2, (LPARAM)0x10001);</pre>
    </blockquote>
    Please use defined names for wParam and a MAKELPARAM macro to make a
    coordinate dword.<br>
    <br>
    <blockquote type="cite">
      <pre wrap="">+    test_mouse();</pre>
    </blockquote>
    Also this deserves a more descriptive name, something like
    test_rbutton().<br>
  </body>
</html>