évènement touche enter

évènement touche enter - C++ - Programmation

Marsh Posté le 19-04-2005 à 12:06:36    

comment faire un évènement avec la touche enter ?  [:prodigy]

Reply

Marsh Posté le 19-04-2005 à 12:06:36   

Reply

Marsh Posté le 19-04-2005 à 14:08:00    

uxam a écrit :

comment faire un évènement avec la touche enter ?  [:prodigy]


 

Code :
  1. void __fastcall TForm1::Edit1KeyDown(TObject *Sender, WORD &Key,
  2.       TShiftState Shift)
  3. {
  4. if(Key==13)
  5.   {
  6.   //la tu lance ton tafonction
  7.   }
  8. }


 
tu fais comme ça loool si tu presse la touche 13 (entrer) sa te lance la fonction

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed