Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » FindItem

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
16.10.2004, 14:13 Uhr
xXx
Devil


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.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
16.10.2004, 17:02 Uhr
~mike
Gast


Hi!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_clistctrl.3a3a.finditem.asp

mfg
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: