Board index » cppbuilder » huh? loops??
Victor Jette
![]() CBuilder Developer |
Wed, 18 Jul 2001 03:00:00 GMT
huh? loops??
Hi, newbie question: a form with 2 buttons, the first starts a loop, the
second should stop it. How do I get to interrupt the loop by clicking on the second button? (I ordered a book on builder but it hasn't arrived yet!). help would be greatly appriciated! victor //------------------------------------------------------------------------- void __fastcall TForm1::Button1Click(TObject *Sender) void __fastcall TForm1::Button2Click(TObject *Sender) |