I want to write application in vc++, that listens for keyboard , mouse events , even when my vc++ application running in background i.e it must get the notification about events even if its focus gets lost, and ** I don't want to use any third party libraries. ** I did search for Hook mechanism, but that doesn't make any sense to me.
here is the link for Hook mechanism :
http://msdn.microsoft.com/en-us/library/ms632589%28v=vs.85%29.aspx