Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Need software recommendation

Need software recommendation

Scheduled Pinned Locked Moved The Lounge
helpquestion
37 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Johnny J

    I need to record time spent on a specific project. I'm not working continuously on the project, but put in an hour here, five minutes there etc, and it's becoming quite tedious writing down all the time spent and adding it together. So I'm looking for a simple stopwatch application. Plenty of those around, with nice GUIs, floating on top windows (which I don't want in this case, but I can see why some people would think it's nice) etc, but all I've find is missing the feature I want the most: I want to be able to start and stop it by clicking its icon in the system tray so that I don't have to spend additional time locating the GUI window to start and stop it. Anybody has any suggestions? And to anticipate the obvious reply: Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists? Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

    Anything that is unrelated to elephants is irrelephant
    Anonymous
    -----
    The problem with quotes on the internet is that you can never tell if they're genuine
    Winston Churchill, 1944
    -----
    Never argue with a fool. Onlookers may not be able to tell the difference.
    Mark Twain

    D Offline
    D Offline
    DerekT P
    wrote on last edited by
    #4

    I did exactly this in 1995. A little system tray app that you clicked to start, clicked to stop (the icon changed when running). Hover over it and it would show not only the total time but the £ earned! (I called it DoshClck - when written filenames were only 8 characters...). I later updated it in VB5 with a few added features, a right-click menu to adjust hourly rate. Later (with laptops!) a bit of a morale booster during boring meetings; a subtle mouseover would show how much dosh I'd earned just sitting there bored. I still have the code but it's dependent on VB5 runtimes... The Win95 version, complete with installer for VB5 runtime, is available at https://codeproject.derektp.co.uk/doshclock95.zip[^]

    1 Reply Last reply
    0
    • J Johnny J

      I need to record time spent on a specific project. I'm not working continuously on the project, but put in an hour here, five minutes there etc, and it's becoming quite tedious writing down all the time spent and adding it together. So I'm looking for a simple stopwatch application. Plenty of those around, with nice GUIs, floating on top windows (which I don't want in this case, but I can see why some people would think it's nice) etc, but all I've find is missing the feature I want the most: I want to be able to start and stop it by clicking its icon in the system tray so that I don't have to spend additional time locating the GUI window to start and stop it. Anybody has any suggestions? And to anticipate the obvious reply: Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists? Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

      Anything that is unrelated to elephants is irrelephant
      Anonymous
      -----
      The problem with quotes on the internet is that you can never tell if they're genuine
      Winston Churchill, 1944
      -----
      Never argue with a fool. Onlookers may not be able to tell the difference.
      Mark Twain

      B Offline
      B Offline
      BillWoodruff
      wrote on last edited by
      #5

      Johnny J. wrote:

      Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists?

      1. because it will help develop your programming skills 2) because a 3rd. party app with the features you want may require purchase, and, if your app has other users, possibk=le licensing issues.

      Johnny J. wrote:

      Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

      Whether self-knowledge implies the ability to consciously change behavior, rather than just predict it ... is an interesting question,

      «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

      J 1 Reply Last reply
      0
      • B BillWoodruff

        Johnny J. wrote:

        Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists?

        1. because it will help develop your programming skills 2) because a 3rd. party app with the features you want may require purchase, and, if your app has other users, possibk=le licensing issues.

        Johnny J. wrote:

        Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

        Whether self-knowledge implies the ability to consciously change behavior, rather than just predict it ... is an interesting question,

        «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

        J Offline
        J Offline
        Johnny J
        wrote on last edited by
        #6

        BillWoodruff wrote:

        because it will help develop your programming skills

        I've been programming for some 40 odd years, so trust me Bill, there's nothing in this that could remotely develop my programming skills... :laugh: I just want a quick and (if necessary) dirty solution. :doh:

        Anything that is unrelated to elephants is irrelephant
        Anonymous
        -----
        The problem with quotes on the internet is that you can never tell if they're genuine
        Winston Churchill, 1944
        -----
        Never argue with a fool. Onlookers may not be able to tell the difference.
        Mark Twain

        Kornfeld Eliyahu PeterK B 2 Replies Last reply
        0
        • J Johnny J

          BillWoodruff wrote:

          because it will help develop your programming skills

          I've been programming for some 40 odd years, so trust me Bill, there's nothing in this that could remotely develop my programming skills... :laugh: I just want a quick and (if necessary) dirty solution. :doh:

          Anything that is unrelated to elephants is irrelephant
          Anonymous
          -----
          The problem with quotes on the internet is that you can never tell if they're genuine
          Winston Churchill, 1944
          -----
          Never argue with a fool. Onlookers may not be able to tell the difference.
          Mark Twain

          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu Peter
          wrote on last edited by
          #7

          Johnny J. wrote:

          I just want a quick and (if necessary) dirty solution.

          Pen and the wrapper paper from your lunch?

          "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

          "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

          J D 2 Replies Last reply
          0
          • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

            Johnny J. wrote:

            I just want a quick and (if necessary) dirty solution.

            Pen and the wrapper paper from your lunch?

            "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

            J Offline
            J Offline
            Johnny J
            wrote on last edited by
            #8

            :laugh:

            Anything that is unrelated to elephants is irrelephant
            Anonymous
            -----
            The problem with quotes on the internet is that you can never tell if they're genuine
            Winston Churchill, 1944
            -----
            Never argue with a fool. Onlookers may not be able to tell the difference.
            Mark Twain

            1 Reply Last reply
            0
            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

              Johnny J. wrote:

              I just want a quick and (if necessary) dirty solution.

              Pen and the wrapper paper from your lunch?

              "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

              D Offline
              D Offline
              Daniel Pfeffer
              wrote on last edited by
              #9

              Kornfeld Eliyahu Peter wrote:

              Pen and the wrapper paper from your yesterday's lunch?

              How will he record the morning hours? :)

              Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

              W 1 Reply Last reply
              0
              • J Johnny J

                I need to record time spent on a specific project. I'm not working continuously on the project, but put in an hour here, five minutes there etc, and it's becoming quite tedious writing down all the time spent and adding it together. So I'm looking for a simple stopwatch application. Plenty of those around, with nice GUIs, floating on top windows (which I don't want in this case, but I can see why some people would think it's nice) etc, but all I've find is missing the feature I want the most: I want to be able to start and stop it by clicking its icon in the system tray so that I don't have to spend additional time locating the GUI window to start and stop it. Anybody has any suggestions? And to anticipate the obvious reply: Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists? Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

                Anything that is unrelated to elephants is irrelephant
                Anonymous
                -----
                The problem with quotes on the internet is that you can never tell if they're genuine
                Winston Churchill, 1944
                -----
                Never argue with a fool. Onlookers may not be able to tell the difference.
                Mark Twain

                S Offline
                S Offline
                Slacker007
                wrote on last edited by
                #10

                Johnny J. wrote:

                I want to be able to start and stop it by clicking its icon in the system tray

                I am going to guess that not many of these apps exist for good reason. I, personally, would forget to click the stop button all the time. just track your time in a spread sheet and call it a day. google sheets if you don't already have Excel and want to go free and in the cloud. I have been tracking my billable time for clients and projects in a spreadsheet for years, not including my employers project software (TFS, DevOps, etc.) but that is not related directly to billable timesheets. good luck.

                J 1 Reply Last reply
                0
                • J Johnny J

                  Nelek wrote:

                  If it existed... wouldn't you have found it already?

                  Dunno - Maybe my Goggle Fu is not strong enough?!?!? :confused:

                  Nelek wrote:

                  Additionally... cool idea for a pet project for someone with spare time.

                  Yes, but spare time is hard to come by... ;)

                  Anything that is unrelated to elephants is irrelephant
                  Anonymous
                  -----
                  The problem with quotes on the internet is that you can never tell if they're genuine
                  Winston Churchill, 1944
                  -----
                  Never argue with a fool. Onlookers may not be able to tell the difference.
                  Mark Twain

                  W Offline
                  W Offline
                  W Balboos GHB
                  wrote on last edited by
                  #11

                  Johnny J. wrote:

                  Yes, but spare time is hard to come by...

                  . . . and so he claims in his CP Post . . . (In this place, only a few people, like Chris, aren't in recreation mode - which is a good thing for the rest of us).

                  Ravings en masse^

                  "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                  "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                  1 Reply Last reply
                  0
                  • D Daniel Pfeffer

                    Kornfeld Eliyahu Peter wrote:

                    Pen and the wrapper paper from your yesterday's lunch?

                    How will he record the morning hours? :)

                    Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                    W Offline
                    W Offline
                    W Balboos GHB
                    wrote on last edited by
                    #12

                    Daniel Pfeffer wrote:

                    How will he record the morning hours?

                    There's a roll of note-paper in the bathroom.

                    Ravings en masse^

                    "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                    "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                    1 Reply Last reply
                    0
                    • J Johnny J

                      BillWoodruff wrote:

                      because it will help develop your programming skills

                      I've been programming for some 40 odd years, so trust me Bill, there's nothing in this that could remotely develop my programming skills... :laugh: I just want a quick and (if necessary) dirty solution. :doh:

                      Anything that is unrelated to elephants is irrelephant
                      Anonymous
                      -----
                      The problem with quotes on the internet is that you can never tell if they're genuine
                      Winston Churchill, 1944
                      -----
                      Never argue with a fool. Onlookers may not be able to tell the difference.
                      Mark Twain

                      B Offline
                      B Offline
                      BillWoodruff
                      wrote on last edited by
                      #13

                      Johnny J. wrote:

                      programming for some 40 odd years, so trust me

                      ... no :) I've been programming about 40 years, I can create a C# main-windowless Win SystemTrayApp with toggling custom start-stop notify-icons, and, menu choices on right-click, in under 30 minutes ... adding a Timer, and serialization of on-off time data ... maybe another fifteen minutes.

                      «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                      S J 2 Replies Last reply
                      0
                      • J Johnny J

                        I need to record time spent on a specific project. I'm not working continuously on the project, but put in an hour here, five minutes there etc, and it's becoming quite tedious writing down all the time spent and adding it together. So I'm looking for a simple stopwatch application. Plenty of those around, with nice GUIs, floating on top windows (which I don't want in this case, but I can see why some people would think it's nice) etc, but all I've find is missing the feature I want the most: I want to be able to start and stop it by clicking its icon in the system tray so that I don't have to spend additional time locating the GUI window to start and stop it. Anybody has any suggestions? And to anticipate the obvious reply: Yes, I COULD roll my own in a matter of hours, but why would I want to spend even a couple of hours reinventing something that already exists? Apart from that, I know myself too well: If I made my own application, I would spend hours and hours improving, polishing, tweaking, etc. Time that could be well spend doing the real task instead....

                        Anything that is unrelated to elephants is irrelephant
                        Anonymous
                        -----
                        The problem with quotes on the internet is that you can never tell if they're genuine
                        Winston Churchill, 1944
                        -----
                        Never argue with a fool. Onlookers may not be able to tell the difference.
                        Mark Twain

                        R Offline
                        R Offline
                        RickZeeland
                        wrote on last edited by
                        #14

                        Maybe one of these: best-time-tracking-software[^]

                        1 Reply Last reply
                        0
                        • B BillWoodruff

                          Johnny J. wrote:

                          programming for some 40 odd years, so trust me

                          ... no :) I've been programming about 40 years, I can create a C# main-windowless Win SystemTrayApp with toggling custom start-stop notify-icons, and, menu choices on right-click, in under 30 minutes ... adding a Timer, and serialization of on-off time data ... maybe another fifteen minutes.

                          «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                          S Offline
                          S Offline
                          Slow Eddie
                          wrote on last edited by
                          #15

                          Please do it. And put a link to the download. Should be free, of course. I could really use something like this. And I am sure many others could too. You'd earn the respect and eternal gratitude of all of us. I use KeePass and feel the same way about the developer that created it. If I ever met him I would thank him personally. I have been programming for 44 years and I'm still learning somethin new almost every day. I don't think I could do an app like this. though. :|

                          Yeah! You right!

                          B 2 Replies Last reply
                          0
                          • S Slow Eddie

                            Please do it. And put a link to the download. Should be free, of course. I could really use something like this. And I am sure many others could too. You'd earn the respect and eternal gratitude of all of us. I use KeePass and feel the same way about the developer that created it. If I ever met him I would thank him personally. I have been programming for 44 years and I'm still learning somethin new almost every day. I don't think I could do an app like this. though. :|

                            Yeah! You right!

                            B Offline
                            B Offline
                            BillWoodruff
                            wrote on last edited by
                            #16

                            Slow Eddie wrote:

                            I don't think I could do an app like this. though.

                            I bet you underestimate yourself, but, unless you try, you will never know. A SystemTrayApp is not rocket-science. I think it's better if I spend my limited screen-time (visual impairment) helping other CP members at the beginning of their years of programming, as well as my on-going self-education :)

                            «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                            1 Reply Last reply
                            0
                            • N Nelek

                              Johnny J. wrote:

                              but all I've find is missing the feature I want the most: ... why would I want to spend even a couple of hours reinventing something that already exists?

                              If it existed... wouldn't you have found it already? Additionally... cool idea for a pet project for someone with spare time. :)

                              M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                              R Offline
                              R Offline
                              Rage
                              wrote on last edited by
                              #17

                              Can this thread[^] help ?

                              Do not escape reality : improve reality !

                              N 1 Reply Last reply
                              0
                              • B BillWoodruff

                                Johnny J. wrote:

                                programming for some 40 odd years, so trust me

                                ... no :) I've been programming about 40 years, I can create a C# main-windowless Win SystemTrayApp with toggling custom start-stop notify-icons, and, menu choices on right-click, in under 30 minutes ... adding a Timer, and serialization of on-off time data ... maybe another fifteen minutes.

                                «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                                J Offline
                                J Offline
                                Johnny J
                                wrote on last edited by
                                #18

                                Sure you can, but if you want to make a program that's actually worth using, and looks reasonably nice, it's more work than that, and you know it. FYI: I have now completed the application, and it has taken me some 5 hours to get everything the way I wanted it, including making icons etc. I could have told you EXACTLY how long it had taken, had I had an application I could start and stop in the system tray to record time spent on a certain project. But I didn't have that! :doh: So there is 5 hours gone I could have spent on something else. And even if what you say is true (which it isn't), it would still have been 45 minutes spent unnecesarily had I been able to find such an application. Furthermore, it's 5 hours I'm not going to get paid for, despite the fact that the program is going to be used for work management.

                                Anything that is unrelated to elephants is irrelephant
                                Anonymous
                                -----
                                The problem with quotes on the internet is that you can never tell if they're genuine
                                Winston Churchill, 1944
                                -----
                                Never argue with a fool. Onlookers may not be able to tell the difference.
                                Mark Twain

                                B R 2 Replies Last reply
                                0
                                • S Slacker007

                                  Johnny J. wrote:

                                  I want to be able to start and stop it by clicking its icon in the system tray

                                  I am going to guess that not many of these apps exist for good reason. I, personally, would forget to click the stop button all the time. just track your time in a spread sheet and call it a day. google sheets if you don't already have Excel and want to go free and in the cloud. I have been tracking my billable time for clients and projects in a spreadsheet for years, not including my employers project software (TFS, DevOps, etc.) but that is not related directly to billable timesheets. good luck.

                                  J Offline
                                  J Offline
                                  Johnny J
                                  wrote on last edited by
                                  #19

                                  Slacker007 wrote:

                                  I, personally, would forget to click the stop button all the time.

                                  Well, not everybody are the same. You can't judge the rest of the world on the basis on how you do.

                                  Slacker007 wrote:

                                  just track your time in a spread sheet and call it a day.

                                  Didn't I just mention in the OP that that is how I'm doing today, and it's not working for me?

                                  Anything that is unrelated to elephants is irrelephant
                                  Anonymous
                                  -----
                                  The problem with quotes on the internet is that you can never tell if they're genuine
                                  Winston Churchill, 1944
                                  -----
                                  Never argue with a fool. Onlookers may not be able to tell the difference.
                                  Mark Twain

                                  S 1 Reply Last reply
                                  0
                                  • J Johnny J

                                    Slacker007 wrote:

                                    I, personally, would forget to click the stop button all the time.

                                    Well, not everybody are the same. You can't judge the rest of the world on the basis on how you do.

                                    Slacker007 wrote:

                                    just track your time in a spread sheet and call it a day.

                                    Didn't I just mention in the OP that that is how I'm doing today, and it's not working for me?

                                    Anything that is unrelated to elephants is irrelephant
                                    Anonymous
                                    -----
                                    The problem with quotes on the internet is that you can never tell if they're genuine
                                    Winston Churchill, 1944
                                    -----
                                    Never argue with a fool. Onlookers may not be able to tell the difference.
                                    Mark Twain

                                    S Offline
                                    S Offline
                                    Slacker007
                                    wrote on last edited by
                                    #20

                                    best of luck in your quest.

                                    1 Reply Last reply
                                    0
                                    • J Johnny J

                                      Sure you can, but if you want to make a program that's actually worth using, and looks reasonably nice, it's more work than that, and you know it. FYI: I have now completed the application, and it has taken me some 5 hours to get everything the way I wanted it, including making icons etc. I could have told you EXACTLY how long it had taken, had I had an application I could start and stop in the system tray to record time spent on a certain project. But I didn't have that! :doh: So there is 5 hours gone I could have spent on something else. And even if what you say is true (which it isn't), it would still have been 45 minutes spent unnecesarily had I been able to find such an application. Furthermore, it's 5 hours I'm not going to get paid for, despite the fact that the program is going to be used for work management.

                                      Anything that is unrelated to elephants is irrelephant
                                      Anonymous
                                      -----
                                      The problem with quotes on the internet is that you can never tell if they're genuine
                                      Winston Churchill, 1944
                                      -----
                                      Never argue with a fool. Onlookers may not be able to tell the difference.
                                      Mark Twain

                                      B Offline
                                      B Offline
                                      BillWoodruff
                                      wrote on last edited by
                                      #21

                                      Johnny J. wrote:

                                      . And even if what you say is true (which it isn't)

                                      troll.

                                      «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                                      1 Reply Last reply
                                      0
                                      • J Johnny J

                                        Sure you can, but if you want to make a program that's actually worth using, and looks reasonably nice, it's more work than that, and you know it. FYI: I have now completed the application, and it has taken me some 5 hours to get everything the way I wanted it, including making icons etc. I could have told you EXACTLY how long it had taken, had I had an application I could start and stop in the system tray to record time spent on a certain project. But I didn't have that! :doh: So there is 5 hours gone I could have spent on something else. And even if what you say is true (which it isn't), it would still have been 45 minutes spent unnecesarily had I been able to find such an application. Furthermore, it's 5 hours I'm not going to get paid for, despite the fact that the program is going to be used for work management.

                                        Anything that is unrelated to elephants is irrelephant
                                        Anonymous
                                        -----
                                        The problem with quotes on the internet is that you can never tell if they're genuine
                                        Winston Churchill, 1944
                                        -----
                                        Never argue with a fool. Onlookers may not be able to tell the difference.
                                        Mark Twain

                                        R Offline
                                        R Offline
                                        rnbergren
                                        wrote on last edited by
                                        #22

                                        Please to share? I could use this myself.

                                        To err is human to really elephant it up you need a computer

                                        B 1 Reply Last reply
                                        0
                                        • R Rage

                                          Can this thread[^] help ?

                                          Do not escape reality : improve reality !

                                          N Offline
                                          N Offline
                                          Nelek
                                          wrote on last edited by
                                          #23

                                          I wouldn't know... I don't have normal television and I don't watch soccer, except from some EM or WM with friends in the biergarten, what right now would be a bit difficult.

                                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                                          R 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups