![]() |
Some question about TabbedView_vc60 |
Post Reply
|
| Author | |
LiXunhuan
Newbie
Joined: 06 April 2005 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: Some question about TabbedView_vc60Posted: 15 May 2005 at 10:44pm |
|
In the sample project TabbedView_vc60, I have some question about the following code: void CTabbedViewView::OnTimer(UINT nIDEvent) if (m_point == point) CRect rcItem; if (rcItem.PtInRect(m_point) && tabCtrl.GetCurSel() != iItem) void CTabbedViewView::OnMouseMove(UINT nFlags, CPoint point) m_point = point;
I try to debug it , but i really can not find the case the condition " if (m_point == point) " to be true. I don't understand what the function of code in this branch is . Can someone help me ,Thank U ! |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |