I want to create the log of all the task i do while I browse a web site.
Suppose I browse "programmers heaven" and click on Visual Basic then the text should contain messages like
1. Browsing Programmers heaven
2. Clicked on Visual Basic ......
Basically It should trap all the events.
Help me.