-
OLE Automation
Hi All,
I want to run my timer application whenever any Microsoft Office Application starts.
e.g :->
Suppose a user starts Word , my timer application should start showing him the time for which he has been using word.
also it should work concurrently if i start Excel , Access etc.......
the punch is to show the user how much time he has been working on each application individually.
Can anyone suggest me how to start my application when any office application gets started ....
Thanks
SONAL
-
I have never done this before, so i am taking a shot in the dark but:-
When ever Word or Excel open they start a new Process, couldn't you "listen" for the process to start.
Task manager knows when a new process has started so thier must be an API out thier somewhere that can help you !
Obviously you would need to know the process names for WORD, EXCEL and the like !
-
1 Attachment(s)
Easiest way: no programming required.
In MS Outlook, go to the Journal folder and you should get a
prompt if its not on.
http://www.vbforums.com/attachment.p...postid=1805631
-
1 Attachment(s)
Then select your Journal options you want to record time of.
http://www.vbforums.com/attachment.p...postid=1805633
Then click 'OK'.
-
1 Attachment(s)
Then you wil see a timeline. After you have done some activity in
a tracked Office application's file, the timeline will show the Office
apps file that you were working in.
http://www.vbforums.com/attachment.p...postid=1805634
VB/Outlook Guru!
:D