Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Radiobutton voraktivieren?

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
13.07.2004, 10:19 Uhr
~niphi
Gast


Hallo!

Habe in Programm geschrieben, in dessen Dialogbox 5 Radiobuttons eingebaut sind.
Nun würde ich es gerne so programmieren, dass ein Button standarmäßig angeklickt ist, oder dass der User gezwungen wird mindestens einen Button anzuklicken.

Wie mache ich das?

Danke.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
13.07.2004, 10:23 Uhr
t10ottoo



Die Funktion, die du brauchst, heißt "SetCheck"

Das ist aus der MSDN:

Code:
void SetCheck( int nCheck );

Parameters

nCheck

Specifies the check state. This parameter can be one of the following:

Value Meaning
0 Set the button state to unchecked.
1 Set the button state to checked.
2 Set the button state to indeterminate. This value can be used only if the button has the BS_3STATE or BS_AUTO3STATE style.

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
13.07.2004, 12:44 Uhr
~Niphi
Gast


Danke, hat geklappt
 
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: