I was using an old example system wide keyboard and mouse hook written by Paul DiLascia. It works in Windows XP in Visual Studio NET 2003. But now I need an example system wide keyboard and mouse hook for Visual Studio Express 2012 in Windows 8. I'm familiar with C++, but I could learn C# or Visual Basic. I can do the programming syntax and logic, but I have trouble with the Windows interface code. I would like to again use an example hook and replace the guts with my own code.

Thanks.