I need my program (vc++) to monitor and log applications executions (name and full path to the exe).

My programs runs ar background and if any application on the windows xp system is executed (Microsoft Word, IE, calculator and etc) it should log and it's executable file's path.

I've found this article : http://www.codeproject.com/KB/system...protector.aspx
But it's to complicated and has stuff that I don't need.

I'll appreciate any help.