GetDesktopWindow() for an "active monitor"

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

May anybody help with the function GetDesktopWindow (imported from the
user32.dll)? How to get the active desktop (monitor) window, i.e., a
desktop that contains the active window?

The active window handler may be acieved by GetActiveWindow() (imported
from user32.dll), but I cannot realize how to "connect" GetActiveWindow
to GetDesktopWindow
 
Al.. why are you trying to connect?....Are you looking to get the desktop
image, in case a computer is running with multiple monitors..? If so that
has nothing to do with GetActiveWindow(). Let me know..!!

Vijay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top