As is many times the case I speak to someone and they propose a challenge. This time I was asked to put together a windows forms picture box that when you hover over it with the mouse it throbs. To do this I created a class that inherits from the existing .NET picture box. When the user hovers over the picture I fire up a timer and in its tick event I change the size of the picture box. I am sure there are other ways to do this and would love to see your implementations, but you can download mine here (includes both C# and VB.NET).
