Bouton "quitter application" sur builder ?

Résolu
alphonse -  
 alphonse -
Bonjour,

Comment programme-ton ce bouton en C++ ?

Merci.
A voir également:

1 réponse

alphonse
 
C'est bon j'ai trouver :

void __fastcall TForm1::BitBtn10Click(TObject *Sender)
{
Form1-> Close();
}
1