Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、既存のコンボ ボックス (IDC_COMBO) に割り当てられている ID で CComboBox* を設定しようとしています。
CWnd の GetDlgItem() と ID の割り当てを試しましたが、まだわかりません。
これが正確に期待される詳細ではないことはわかっていますが、これが私があなたに提供できるすべてです。
これは、あなたの望むことですか?
CComboBox* pCombo = reinterpret_cast<CComboBox*>(GetDlgItem (IDC_COMBO));