我想在用戶右鍵單擊CListCtrl中的項目時顯示上下文菜單。我的代碼如下: void DatastoreDialog::OnContextMenu(CWnd *pWnd, CPoint pos)
{
// Find the rectangle around the list control
CRect rectMainArea;
m_itemList.GetWin
工作我想獲取上下文菜單爲CListCtrl派生類工作。我剛剛創建了一個方法OnContextMenu,但它沒有被調用。我錯過了什麼?我正在使用Visual Studio 2008創建基於CDialog的MFC應用程序。 CustomList.h class tcCustomListCtl : public CListCtl
{
DECLARE_DYNAMIC(tcCustomListC