Detours is a library for instrumenting arbitrary Win32 functions on x86 machines. Detours intercepts Win32 functions by re-writing target function images.
How to notify Windows Explorer about which files are used and locked by your application.; Author: Lukasz Swiatkowski; Section: Shell and IE programming; Chapter: Desktop Development
www.codeproject.com/KB/shell/fileisinuse.aspx
-
Get Site Info
The X-Engine is a game engine built around Microsoft's XNA project. It is designed to make implementation of many common tasks easy, as well as expand upon this with some more advanced features. It is designed to make all of this easy with...