[问题编号]A0001
[问题说明]filter和api
A00011请问表格中双击各列的间隔线,各列间隔调整是window的什么事件,值是多少?
A00012哪里有windows事件的详细说明?
A00013如果双击各列的间隔线的window事件是WM_PAINT那么为什么用filter得不到相关触发。
code:
    Public Overridable Overloads Function FilterMessage(ByRef m As Message) As Boolean Implements System.Windows.Forms.IMessageFilter.PreFilterMessage
...
If m.Msg = WM_PAINT Then
Else
     debug.Write(m.Msg & ";")
End If
[相关资料]
http://expert.csdn.net/Expert/topic/1206/1206546.xml?temp=.1341059
[给分贴]