المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : GetDesktopWindow() and Window Hooks



C++ Programming
08-06-2009, 11:47 AM
I am capturing the screen by using GetDesktopWindow(). Now I want that when ever desktop (captured screen)changes/updates, I get the information, so that I would capture it again.

I have heard the word " window hooks" but do not know how to apply it. please guide?


The application is MFC based.