在API中查不到 0x0118 这个消息定义,网上搜的是 undocument,有点不知所云。
实际当中,当不在当前窗口点鼠标时,收到 0x0118 这个消息。但这个消息究竟是做什么的?有什么用?在什么条件下由谁来发出的?

解决方案 »

  1.   

    http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/c0f9bac9-d211-4b8b-ba99-f5a0ed0d2e0a
    好像说是编辑框出现输入光标时,产生的消息.
      

  2.   

    http://topic.csdn.net/t/20060728/20/4912721.html
      

  3.   

    INFO: Windows WM_SYSTIMER Message Is an Undocumented Message 
    Q108938 
    The information in this article applies to: 
    Microsoft Win32 Software Development Kit (SDK) 
    Microsoft Windows Software Development Kit (SDK) 3.1 
    SUMMARY 
    The WM_SYSTIMER message in Windows is an undocumented system message; it 
    should not be trapped or relied on by an application. This message can 
    occasionally be viewed in Spy or in CodeView while debugging. 
    Windows uses the WM_SYSTIMER message internally to control the scroll rate 
    of highlighted text (text selected by the user) in edit controls, or 
    highlighted items in list boxes. 
    NOTE: The WM_SYSTIMER message is for Windows's internal use only and can be 
    changed without prior notice.