Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRE: How to know that file .gif is animated or not ??? Pin
Cristi Posea20-Dec-99 4:46
Cristi Posea20-Dec-99 4:46 
AnswerRE: How to know that file .gif is animated or not ??? Pin
Anonymous20-Dec-99 13:19
suss Anonymous20-Dec-99 13:19 
Generaltapi Pin
Member 453419-Dec-99 22:44
Member 453419-Dec-99 22:44 
GeneralRE: tapi Pin
Anonymous22-Dec-99 10:38
suss Anonymous22-Dec-99 10:38 
Generalread jpg Pin
roni19-Dec-99 0:35
roni19-Dec-99 0:35 
GeneralRE: read jpg Pin
Dmitriy20-Dec-99 14:57
Dmitriy20-Dec-99 14:57 
GeneralRS485 communication Pin
Petr Stejskal18-Dec-99 7:40
Petr Stejskal18-Dec-99 7:40 
GeneralRE: RS485 communication Pin
Henk Devos21-Dec-99 9:26
Henk Devos21-Dec-99 9:26 
GeneralRE: RS485 communication Pin
Anonymous21-Dec-99 11:58
suss Anonymous21-Dec-99 11:58 
GeneralRE: RS485 communication Pin
Anonymous24-Dec-99 11:37
suss Anonymous24-Dec-99 11:37 
GeneralRE: RS485 communication Pin
Anonymous29-Dec-99 8:18
suss Anonymous29-Dec-99 8:18 
GeneralSHAppBarMessage Wrapper Pin
John Mancini17-Dec-99 17:24
John Mancini17-Dec-99 17:24 
GeneralRE: SHAppBarMessage Wrapper Pin
Shaun Wilde20-Dec-99 1:41
Shaun Wilde20-Dec-99 1:41 
GeneralRE: SHAppBarMessage Wrapper Pin
Andrei Zenkovitch20-Dec-99 4:32
Andrei Zenkovitch20-Dec-99 4:32 
Generalmontior browser activity Pin
SAWilde16-Dec-99 1:21
SAWilde16-Dec-99 1:21 
GeneralRE: montior browser activity Pin
Erik Thompson16-Dec-99 12:09
sitebuilderErik Thompson16-Dec-99 12:09 
QuestionHow do I use stl in a static lib? Pin
Brad Figg15-Dec-99 6:50
sussBrad Figg15-Dec-99 6:50 
AnswerRE: How do I use stl in a static lib? Pin
Jesse Ezell15-Dec-99 10:01
Jesse Ezell15-Dec-99 10:01 
GeneralRE: RE: How do I use stl in a static lib? Pin
Anonymous15-Dec-99 10:03
suss Anonymous15-Dec-99 10:03 
GeneralRE: RE: How do I use stl in a static lib? Pin
Brad Figg20-Dec-99 4:58
suss Brad Figg20-Dec-99 4:58 
AnswerRE: How do I use stl in a static lib? Pin
Member 105416-Dec-99 1:35
Member 105416-Dec-99 1:35 
GeneralC++ Development Time Tracking Pin
Mark C. Malburg14-Dec-99 1:50
Mark C. Malburg14-Dec-99 1:50 
GeneralRE: C++ Development Time Tracking Pin
Jesse Ezell14-Dec-99 14:46
Jesse Ezell14-Dec-99 14:46 
GeneralRE: RE: C++ Development Time Tracking Pin
Dmitriy15-Dec-99 3:21
Dmitriy15-Dec-99 3:21 
GeneralRE: RE: RE: C++ Development Time Tracking Pin
Jesse Ezell15-Dec-99 5:53
Jesse Ezell15-Dec-99 5:53 
That wouldn't be much harder. Just enumerate the windows to search for a title contianing "Microsoft Visual C++" on one of them, and then store the window's HWND value and use a thread to constantly check the status of the window and update the time (maybe every minute or so, so that it doesn't take up too much proccessor time...or every 5 seconds or so...it all depends on how accurate you really want to be). The title comes in something like the following format: "PROJECT NAME - Microsoft Visual C++ [CURRENT FILE INFORMATION]". When the PROJECT NAME part changes, or the window is closed, or the window and its children are not active, the clock stops counting for the listed project. On program exit and entrance, it would load past project values and save new project information. A simple combo-box interface could allow you to view the status of each project, reset timers, etc.

==================
The original message was:

I think he means something different.
No everybody will remember to press the buttons.
It should work automatically - when your open a project it should start, when you close - finish. Also take care abourt right counting time while your another application is active and VC++ is sleeping

==================
The original message was:

I don't know if there is an add-in, but it wouldn't be that hard to write yourself a quick little program that tracks the time (select the project from a dropdown list or something and then hit the start button to start tracking, hit the stop button when you go on break etc.). It might take 15 minutes or so to write.

==================
The original message was:

I write a lot of "smallish" custom C++ apps and am always interested in understanding the actual amount of time spent on each project. (Perhaps similar to the File-Properties information provided in Microsoft Word.)

Is there a DevStudio Add-In that tracks time in a project/workspace? If not, I'd be interested in other (preferably automated) approaches.


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.