A Color Animation Class for C#
Something you see all the time in Javascript is using the flash and fade of the background color of an object to indicate some form of activity - success, error, etc. There is nothing that makes this easy in C#, but I managed to do it using some hacky Invoke calls.
Code is after the break, but you can download the entire test project: ColorAnim Test Project (VS2005)





