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

    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
                      • 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
                        Rage
                        wrote on last edited by
                        #24

                        What about this thread[^] ?

                        Do not escape reality : improve reality !

                        J 1 Reply Last reply
                        0
                        • N Nelek

                          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 Offline
                          R Offline
                          Rage
                          wrote on last edited by
                          #25

                          :laugh: My post was completely screwed up - wrong link and wrong post i answered to... Sorry, don't know what happened :omg:

                          Do not escape reality : improve reality !

                          N 1 Reply Last reply
                          0
                          • R Rage

                            What about this thread[^] ?

                            Do not escape reality : improve reality !

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

                            That is a very interesting concept. It wouldn't work for me, because I work on different projects using the same applications. But apart from that, I like the idea... :cool: :thumbsup:

                            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 1 Reply Last reply
                            0
                            • J Johnny J

                              That is a very interesting concept. It wouldn't work for me, because I work on different projects using the same applications. But apart from that, I like the idea... :cool: :thumbsup:

                              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
                              Rage
                              wrote on last edited by
                              #27

                              Yes, this is what I was afraid of - When they wanted to implement a similar software in our area, our SW guys said - "All fine, but I am only doing Visual Studio for different projects all day" :-D

                              Do not escape reality : improve reality !

                              1 Reply Last reply
                              0
                              • R rnbergren

                                Please to share? I could use this myself.

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

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

                                rnbergren wrote:

                                Please to share?

                                Okay, I will post in the next week.

                                «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
                                • R Rage

                                  :laugh: My post was completely screwed up - wrong link and wrong post i answered to... Sorry, don't know what happened :omg:

                                  Do not escape reality : improve reality !

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

                                  Maybe the hamster drunk wine instead of water? :rolleyes: :-D

                                  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.

                                  B R 2 Replies Last reply
                                  0
                                  • N Nelek

                                    Maybe the hamster drunk wine instead of water? :rolleyes: :-D

                                    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.

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

                                    Nelek wrote:

                                    the hamster drunk wine instead of water

                                    On CP hamsters change water into wine :omg: !

                                    «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

                                    N 1 Reply Last reply
                                    0
                                    • B BillWoodruff

                                      Nelek wrote:

                                      the hamster drunk wine instead of water

                                      On CP hamsters change water into wine :omg: !

                                      «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

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

                                      That Bob and his hamsters are powerful and can bring hell to life if you don't behave properly... is something out of doubt. But I am not sure if transmutation is in the list of their abilities... :laugh:

                                      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.

                                      B 1 Reply Last reply
                                      0
                                      • N Nelek

                                        Maybe the hamster drunk wine instead of water? :rolleyes: :-D

                                        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
                                        #32

                                        The other way around :-D

                                        Do not escape reality : improve reality !

                                        B 1 Reply Last reply
                                        0
                                        • N Nelek

                                          That Bob and his hamsters are powerful and can bring hell to life if you don't behave properly... is something out of doubt. But I am not sure if transmutation is in the list of their abilities... :laugh:

                                          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.

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

                                          Nelek wrote:

                                          out of doubt

                                          in meditation, that gets you nowhere faster than a full tank. :wtf:

                                          «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
                                          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