Thread: Detecting Full Screen Mode

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    1

    Detecting Full Screen Mode

    Thanks for the great information!

    ...but, once I obtain the process, I want to determine if the window is in 'full screen' mode? Not minimized or maximized, but actual full screen mode.

    If that is not possible, can I even determine if it is minimized?

    Thanks in advance!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    What window? A process can have many or none.

    Once you get the window handle, it's easy from there.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C or C++
    By AcerN30 in forum Game Programming
    Replies: 41
    Last Post: 05-30-2008, 06:57 PM
  2. Full Screen
    By west in forum C++ Programming
    Replies: 4
    Last Post: 03-08-2005, 08:40 AM
  3. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  4. Dialog box with full screen app.
    By curlious in forum Windows Programming
    Replies: 2
    Last Post: 10-27-2003, 10:37 AM
  5. hashing help
    By alokin in forum C Programming
    Replies: 17
    Last Post: 10-28-2002, 06:33 PM