通知
すべてクリア
固定ページ 2 / 2
前へ
2004年9月1日 3:46 PM
あーっ、タイプミス。
これは、
CString str1 = pListCtrl->GetItemText(index1, pSortItem->iSubItem);
CString str2 = pListCtrl->GetItemText(index2, pSortItem->iSubItem);
これが
CString str1 = pSortItem->pListCtrl->GetItemText(index1, pSortItem-
>iSubItem);
CString str2 = pSortItem->pListCtrl->GetItemText(index2, pSortItem-
>iSubItem);
正しいです。
Topic starter
2004年9月1日 9:42 PM
PATIOさんありがとうございました。
VC++は初心者なので構造体のきりかた等がわからなかったので
とても勉強になりました。
今後も良いアドバイスお願いします。
固定ページ 2 / 2
前へ