stopwatch

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hi,

I want to create a form with some buttons on it.

What i want to do is when someone pushes a button then the time should
be stored in a table. I think it should be on the on-click event.

Anyone has idea on this one?
 
Hi,

I want to create a form with some buttons on it.

What i want to do is when someone pushes a button then the time should
be stored in a table. I think it should be on the on-click event.

Anyone has idea on this one?
 
Hi,

That could work, but i need also a starttime. The form i want to make,
is going to be used for measuring reactiontimes.

Do you know i can do that?
 
Hi Jason,

Try the stopwatch download at this site.
http://www.datastrat.com/DataStrat2.html
I think it will be exactly what you need.
Good luck!
on the "on click" event of your command button try
me.textboxname = now()
[quoted text clipped - 7 lines]
Hi,

That could work, but i need also a starttime. The form i want to make,
is going to be used for measuring reactiontimes.

Do you know i can do that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top