ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

People who knows DELPHI.
Posted by I am david. Tabo. 3 Mar 2003 16:52
for example i want to run a bat file on botton1.click and works during
n seconds.
What I must use?

procedure TForm1.Button1Click(Sender: TObject);
begin
  WHAT I MUST WRITE HERE?
end;

please help me.
Nobody knows DELPHI?
Posted by I am david. Tabo. 3 Mar 2003 19:48
> for example i want to run a bat file on botton1.click and works
during
> n seconds.
> What I must use?
>
> procedure TForm1.Button1Click(Sender: TObject);
> begin
>   WHAT I MUST WRITE HERE?
> end;
>
> please help me.
>
Re: Nobody knows DELPHI?
Posted by Evil Cheater 4 Mar 2003 08:21
> > for example i want to run a bat file on botton1.click and works
> during
> > n seconds.
> > What I must use?
> >
> > procedure TForm1.Button1Click(Sender: TObject);
> > begin
> >   WHAT I MUST WRITE HERE?
> > end;
> >
> > please help me.
> >