get the cursor coord in a CListCtrl
-
hi all, could anybody give a hint on how to retrieve the cursor coordinate (CPoint) in a CListCtrl ? prog. running on Win CE 3.0 i want to display a pop-up menu where the user click somewhere in the List, to do so i need to get the cursor coord. i've triied : void C..::OnLButtonUp(UINT nFlags, CPoint point) // it only works in the View, not inside the control :( void C..::OnClickList1(NMHDR* pNMHDR, LRESULT* pResult) //here there is no direct way to get the position.. any idea ? thanx Fred
-
hi all, could anybody give a hint on how to retrieve the cursor coordinate (CPoint) in a CListCtrl ? prog. running on Win CE 3.0 i want to display a pop-up menu where the user click somewhere in the List, to do so i need to get the cursor coord. i've triied : void C..::OnLButtonUp(UINT nFlags, CPoint point) // it only works in the View, not inside the control :( void C..::OnClickList1(NMHDR* pNMHDR, LRESULT* pResult) //here there is no direct way to get the position.. any idea ? thanx Fred
-
hi all, could anybody give a hint on how to retrieve the cursor coordinate (CPoint) in a CListCtrl ? prog. running on Win CE 3.0 i want to display a pop-up menu where the user click somewhere in the List, to do so i need to get the cursor coord. i've triied : void C..::OnLButtonUp(UINT nFlags, CPoint point) // it only works in the View, not inside the control :( void C..::OnClickList1(NMHDR* pNMHDR, LRESULT* pResult) //here there is no direct way to get the position.. any idea ? thanx Fred
-
hi all, could anybody give a hint on how to retrieve the cursor coordinate (CPoint) in a CListCtrl ? prog. running on Win CE 3.0 i want to display a pop-up menu where the user click somewhere in the List, to do so i need to get the cursor coord. i've triied : void C..::OnLButtonUp(UINT nFlags, CPoint point) // it only works in the View, not inside the control :( void C..::OnClickList1(NMHDR* pNMHDR, LRESULT* pResult) //here there is no direct way to get the position.. any idea ? thanx Fred
-
hi all, could anybody give a hint on how to retrieve the cursor coordinate (CPoint) in a CListCtrl ? prog. running on Win CE 3.0 i want to display a pop-up menu where the user click somewhere in the List, to do so i need to get the cursor coord. i've triied : void C..::OnLButtonUp(UINT nFlags, CPoint point) // it only works in the View, not inside the control :( void C..::OnClickList1(NMHDR* pNMHDR, LRESULT* pResult) //here there is no direct way to get the position.. any idea ? thanx Fred