BOOL CInitialDlg: : OnInitDialog ()
{
CDialog: : OnInitDialog ();
//TODO: add additional initialization here
CListCtrl * pList=(CListCtrl *) GetDlgItem (IDC_LIST1);
PList - & gt; InsertColumn (0, "X axis", 0100);
Return TRUE;//return TRUE unless you set the focus to a control
//exception: OCX property page should return FALSE
}
Run error: IntelliSense: no overloaded function to match the parameter list "CListCtrl: : InsertColumn instance
How to solve?