积极答复者
Draw counter ticks

问题
答案
-
Hi leothree,
“Draw counter ticks”是个打印信息,所以会出现咋output的框了。
据我所知,应该是在你的MFC源码里,在使用CGridCtrl时定义了类似于下面的代码。
#ifdef _DEBUG //在debug的环境下出现 LARGE_INTEGER iEndCount; QueryPerformanceCounter(&iEndCount); TRACE1("Draw counter ticks: %d\n", //打印Draw counter ticks的信息 iEndCount.LowPart-iStartCount.LowPart); #endif
如果您的问题解决了,请把有用的回答标记为答案。
谢谢,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 lucy-liuModerator 2010年12月30日 3:11
全部回复
-
Hi leothree,
请问你的“Draw counter ticks”是否出现在output框里。
据我所知如果在debug的状态下用了CGridCtrl就会出现"Draw counter ticks"打印信息。
谢谢,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
Hi leothree,
“Draw counter ticks”是个打印信息,所以会出现咋output的框了。
据我所知,应该是在你的MFC源码里,在使用CGridCtrl时定义了类似于下面的代码。
#ifdef _DEBUG //在debug的环境下出现 LARGE_INTEGER iEndCount; QueryPerformanceCounter(&iEndCount); TRACE1("Draw counter ticks: %d\n", //打印Draw counter ticks的信息 iEndCount.LowPart-iStartCount.LowPart); #endif
如果您的问题解决了,请把有用的回答标记为答案。
谢谢,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 lucy-liuModerator 2010年12月30日 3:11
-
Hi leothree,
I temporary make my reply as answer. You can unmark it if they provide no help.
Best regards,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
Hi leothree,
I temporary make my reply as answer. You can unmark it if they provide no help.
Best regards,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
哎哎,请讲中文哦! ^_^ -
大家好,
不好意思,我没有用英文表达。望谅解。
>>I temporary make my reply as answer. You can unmark it if they provide no help.
这句话的意思是,我暂时把我的回答标记为答案,如果您认为没有作用的话,您可以取消标记为答案。
谢谢,
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.