Jump to content

Simple Clock


Stev
 Share

Recommended Posts

I was looking for an application to let me save time on click.

I can't found something like it and then come here :D

Maybe someone have anything like it done and can help me.

I need a simple clock (hh:mm:ss) that will be stopped on button click then I can save the right time.

I don't know how put a clock in my script and stop it with a simple button.

Link to comment
Share on other sites

I was looking for an application to let me save time on click.

I can't found something like it and then come here :D

Maybe someone have anything like it done and can help me.

I need a simple clock (hh:mm:ss) that will be stopped on button click then I can save the right time.

I don't know how put a clock in my script and stop it with a simple button.

For a basic version, try _IsPressed() for detecting the mouse click. The time can just come from the @Hour, @MIN, and @SEC macros, or _NowCalc().

A more sophisticated version would be driven by mouse events, using GuiRegisterMsg() with

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...