在bygg朋友的帮助下,
今天做这个做了一大天,也有一点眉目了,
我想的思路就是它要把一条一条的记录显示在它的结果显示区,我能不能在它显示之前先拦截下来呢?
以下是各种Hoot类型
那么这个要用哪一种呢,而windows中显示的具体过程是怎么样的,要在当前窗体显示一条记录,是不是也要发送消息呢?
public const int WH_KEYBOARD_LL = 13;
public const int WH_MOUSE_LL = 14;
public const int WH_SHELL = 10;
public const int WH_CALLWNDPROC = 4;
public const int WH_CALLWNDPROCRET = 12;
public const int WH_CBT = 5;
public const int WH_DEBUG = 9;
public const int WH_FOREGROUNDIDLE = 11;
public const int WH_GETMESSAGE = 3;
public const int WH_HARDWARE = 8;
public const int WH_JOURNALPLAYBACK = 1;
public const int WH_JOURNALRECORD = 0;
public const int WH_KEYBOARD = 2;
public const int WH_MOUSE = 7;
public const int WH_MSGFILTER = -1;
public const int WH_SYSMSGFILTER = 6;