|
-
Mar 6th, 2008, 12:42 PM
#1
Thread Starter
Frenzied Member
Time how long you work
Anyone have any simple timesheet/time card software that times how long you work?
I'm working from home ATM and want to monitor how long I am working.
e.g. click a button when I start, when I go for lunch, when I come back and when I finish for the day.
Then I want to know how many hours I have worked that day/week/month etc
-
Mar 6th, 2008, 02:01 PM
#2
Re: Time how long you work
You could use a Stopwatch.
Have one button that starts it and another that stops it. Then have a third button that you can press when you're done for the day which saves the day's data to a database and resets the Stopwatch to be used for the next day.
-
Mar 6th, 2008, 04:52 PM
#3
Thread Starter
Frenzied Member
Re: Time how long you work
Was hoping for a more advanced solution.....
-
Mar 6th, 2008, 08:19 PM
#4
Re: Time how long you work
I track my time on my Outlook Calendar. I create appointment items for each block of time and note the project Im working on or tasks being done etc. Then at the end of the month I run an advanced search specifying the date start / end.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 7th, 2008, 03:22 AM
#5
Re: Time how long you work
Why don't you just build your own?
Is this just for you, or are you looking for something for a whole group of people?
-
Mar 7th, 2008, 03:42 AM
#6
Re: Time how long you work
Why re-invent the wheel if you dont have to (especially if time is an issue )
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 7th, 2008, 08:23 AM
#7
Re: Time how long you work
 Originally Posted by RobDog888
Why re-invent the wheel if you dont have to (especially if time is an issue )
Control....if it is your app it works they way you want it to not the way some other programmer decided to make it work.
-
Mar 7th, 2008, 09:35 AM
#8
Re: Time how long you work
 Originally Posted by agmorgan
Was hoping for a more advanced solution.....
How would you need something more advanced? You're looking for stopwatch functionality, so why use something other than a stopwatch?
Granted, the interface and storage and reporting parts of the application can be beefed up around what the stopwatch does, but basically your OP asked for an app that uses a stopwatch.
-
Mar 7th, 2008, 06:23 PM
#9
Thread Starter
Frenzied Member
Re: Time how long you work
 Originally Posted by Hack
Why don't you just build your own?
Because I am lazy 
and I was hoping someone would already have a great solution in place that was a superset of what I wanted.
-
Mar 7th, 2008, 07:34 PM
#10
Re: Time how long you work
Well if you are looking for a "stopwatch" feature, you can very easily use Outlooks Journal. It can be set to track time running a program so no start/stopping by clicking anything is needed. It just tracks start/stop time of the program to determine how long you were working in that program. Now its up to you to make/keep it accurate by not leaving your app open for all day while you watch tv
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|