Also ich hab ner Edit Box ne Funktion zu geornet die wie folgt lautet:
C++:
void CVokabeltraineraDlg::OnSearch() { // TODO: If this is a RICHEDIT control, the control will not // send this notification unless you override the CDialog::OnInitDialog() // function and call CRichEditCtrl().SetEventMask() // with the ENM_CHANGE flag ORed into the mask.
CString searchm = m_search.GetLine(0,0); m_ListCountries.FindItem( searchm ); // TODO: Add your control notification handler code here
}
Nun meldet der mir folgendes
Bearbeitung von Benutzer:
Vokabeltrainer aDlg.cpp C:\Programme\Microsoft Visual Studio\MyProjects\vokabeltrainer a\vokabeltrainer aDlg.cpp(532) : error C2664: 'FindItem' : cannot convert parameter 1 from 'class CString' to 'struct tagLVFINDINFOA *' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called Error executing cl.exe.
vokabeltrainer a.exe - 1 error(s), 0 warning(s)
Was mach ich falsch?Dieser Post wurde am 16.10.2004 um 14:13 Uhr von xXx editiert.