Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » combox mit vs 2008 erstellen

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
12.01.2011, 16:09 Uhr
~suncat
Gast


hallo,
meine IDC_Combo1 hat eine Variable m_druckerei als CString
Ich will sie nur füllen, z.b. aus einer textdatei hund katze Maus

Mit 2003 hatte ich das mal hinbekommen.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
12.01.2011, 22:00 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


hi,
füg noch ne Membervariable als CComboBox hinzu, oder benutz GetDlgItem(IDC_Combo1) um einträge hinzuzufügen (Memberfunktion "AddString")
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
13.01.2011, 08:01 Uhr
~suncat
Gast



Zitat von FloSoft:
hi,
füg noch ne Membervariable als CComboBox hinzu

das mit CComboBox habe ich schon von anderen foren abgeschaut.
Leider kennt mein VS 2008 kein CCombobox.
Combobox nicht deklariert.



Zitat von FloSoft:

...benutz GetDlgItem(IDC_Combo1) um einträge hinzuzufügen (Memberfunktion "AddString")

zu IDC_COMBO1 habe ich m_test genommen als Value und CString.
wenn ich dann m_test. schreibe, dann schläg er mir kein Add oder Items vor?!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
13.01.2011, 09:53 Uhr
Tommix




Zitat von ~suncat:

das mit CComboBox habe ich schon von anderen foren abgeschaut.
Leider kennt mein VS 2008 kein CCombobox.
Combobox nicht deklariert.



'Morgen
CComboBox (großes B).

Gruß, Tommix

Dieser Post wurde am 13.01.2011 um 09:54 Uhr von Tommix editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
13.01.2011, 10:06 Uhr
~suncat
Gast


thx,
habs hinbekommen.
Ich habe eine control Variable hinzugefügt.Jetzt gibt es auch einen Addstring :-)

noch eine Frage:
ich meiner Combox ist jetzt hund katze maus drin.
ich wähle hund, wie kann ich das ausgewählte in die m_log zuweisen?
Quellcode von der Combobox1:

Update(TRUE);
m_log = m_combo_control;
Update(FALSE);

das geht, aber ich muss die combo 2 mal auswählen,dass hund in der m_log ist?!
Und das geht nur einmal.
 
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: