16,548
社区成员




void CFileSystem::OnNMClickTree1(NMHDR *pNMHDR, LRESULT *pResult)
{
// TODO: Add your control notification handler code here
HTREEITEM t;
POINT p;
UINT uFlags;
GetCursorPos( &p );
m_tree1.ScreenToClient( &p );
t = m_tree1.HitTest( p, &uFlags );