Multimedia Timer for the .NET Framework
I'm always a big fan of new .NET wrappers for Win32 APIs that haven't been made part of the framework. And, I usually link to projects that implement that interop layer. Doing interop can be tough, so having code that someone's written for it is very useful.
Here's a link to a CodeProject the wraps the Win32 Multimedia Timer for use in your .NET applications.
Comments
- Anonymous
March 10, 2006
I'll admit that I didn't even look at the CodeProject link. But, can't you just use:
System.Diagnostics.Stopwatch
Is there something wrong with using that?