Hey everyone, Im trying to add a clock to my program in the status bar that just shows how long the user has been using the program. so itll be basically a timer, so when the user first executes the program itll start and look like this: 0:00:00. Then after 1 second, itll look like this 0:00:01 and so on.

Anyways, I went on www.msdn.com and checked out the library and the only function i could see that would be of any use to me was the setTime format. I was wondering if I am on the right track and how would i add it to the status bar.

Thanks a lot!