How to Capture Screenshot of a Full Screen Game Made with Direct X
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Friends Is there a way in which we can capture screenshot of a game built in direct x. I registered a shortcut key using RegisterHotKey to display a test messagebox, launched Star Wars and pressed the shortcut key configured. No messagebox appeared and hence it seems that the system wide shortcut keys of keyboard registered using RegisterHotKey do not work. Or it means that Direct X creates it's own secure environment in which no other software made in directx or win32 or c++ can internein ? Regards