Patrick Li wrote:
>
> Is there a way I can detect whether or not the user has any window
> that is running in full screen mode? (Playing a game that takes up the
> entire screen, or having the browser maximized, etc)

Why on earth would you care?

I don't know of any API that can  answer this question.  Note that
DirectX games use a very different method of going fullscreen than
maximized applications.  For maximized applications, you could enumerate
through all of the top-level windows and find their window rectangles. 
For DirectX games, that wouldn't work.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to