📄 subject_37051.htm
字号:
<p>
序号:37051 发表者:Steron 发表日期:2003-04-21 13:07:20
<br>主题:在一个不基于MFC的类中如何使用SetTimer和响应它
<br>内容:在一个不基于MFC的类中如何使用SetTimer和响应它
<br><a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p>
<hr size=1>
<blockquote><p>
<font color=red>答案被接受</font><br>回复者:Merlin 回复日期:2003-04-21 13:28:45
<br>内容:UINT_PTR SetTimer(<BR> HWND hWnd, // handle to window<BR> UINT_PTR nIDEvent, // timer identifier<BR> UINT uElapse, // time-out value<BR> TIMERPROC lpTimerFunc // timer procedure<BR>);<BR>VOID CALLBACK TimerProc(<BR> HWND hwnd, // handle to window<BR> UINT uMsg, // WM_TIMER message<BR> UINT_PTR idEvent, // timer identifier<BR> DWORD dwTime // current system time<BR>);<BR>或在消息响应函数中加上响应WM_TIMER消息的程序
<br>
<a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p></blockquote>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -