Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Focus setzen

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
19.04.2004, 09:55 Uhr
~spaxx
Gast


hi Leute,

kann mir jemand sagen, ob es eine Methode o.ä. gibt, wo ich bei Button klick den Eingabefocus auf ein bestimmtes Eingabefeld setzen kann???

MFG spaxx
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
19.04.2004, 11:25 Uhr
~Lennon
Gast


Vielleicht so:

C++:

//Handle auf das DlgItem besorgen

CWnd * my_wnd;
my_wnd = GetDlgItem(IDC_TEXT) ;

//Focus setzen
my_wnd->SetFocus( );



Lennon
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
19.04.2004, 13:37 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


oder direkt


C++:
GetDlgItem(IDC_TEXT)->SetFocus();


--
class God : public ChuckNorris { };
 
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: