Doing VB? or c++?...
I don't know about c++, but in vb you can do this:
Create a plugin using the plugin api from the msgplus.net, then add a form, and add a timer to that form... Make sure the plugin is still set to start on the plugin class... Then in initilize just enable the timer...
In timer just call the SetNewName api and there you go!
..