主题:关于WM_TIMER消息问题```请高人帮忙```
关于TTimer 帮助中写到
"TTimer is used to simplify calling the Windows API timer functions SetTimer and KillTimer, and to simplify processing the WM_TIMER messages. Use one timer component for each timer in the application."
那么是不是如果是Timer组件在OnTimer Event时就会发送 WM_TIMER 的消息呢```我尝试用HOOK截取这个消息``不知道我的想法是否正确``但没成功```我的意图是想停止一个外在程序的Timer事件```恭候您的回复``谢谢~~~~
"TTimer is used to simplify calling the Windows API timer functions SetTimer and KillTimer, and to simplify processing the WM_TIMER messages. Use one timer component for each timer in the application."
那么是不是如果是Timer组件在OnTimer Event时就会发送 WM_TIMER 的消息呢```我尝试用HOOK截取这个消息``不知道我的想法是否正确``但没成功```我的意图是想停止一个外在程序的Timer事件```恭候您的回复``谢谢~~~~