Updated MSDN Article on Dynamic Animations in WPF
I've updated an MSDN article that I wrote quite awhile back called Creating 2-D and 3-D Dynamic Animations in Windows Presentation Foundation. Basically, it is a visualization of CPU utilization, dynamically creating the animation on the fly using the WPF Animation engine. The article shows how to do simple scale animations in 3D, of which there aren't a ton of examples out there.
The most interesting update to the article is running the application on Vista. Because of User Account Control (UAC) in Vista, the application requires elevated permissions to get at the performance counter data. The article explains how to have your application display the standard elevated permission dialog using a manifest -- much more user friendly than having your users right-click and run as admin:
Comments
- Anonymous
June 10, 2006
This article added some years on my life ;) ... Not everyone realizes that the tidbits in this article present a key solution for animating a geometry path, which allows us to create those cool animated sweeps.
Sweet article indeed!