What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Detect Full Screen application

Detect Full Screen application
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Detect Full Screen application
psuedocode
code:
H = GetForeGroundWindow()
  if (IsWindowVisible(H) and not IsIconic(H) and IsZoomed(H)) then window is Fullscreen


untested as i dont have any compilers installed atm but those 4 API calls should produce what you need.

This post was edited on 10-09-2006 at 05:06 PM by Ash_.
[Image: jeansiger5.jpg]
10-09-2006 05:06 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Detect Full Screen application - by J-Thread on 10-07-2006 at 11:34 AM
RE: Detect Full Screen application - by Mnjul on 10-09-2006 at 01:47 PM
RE: Detect Full Screen application - by ShawnZ on 10-09-2006 at 01:58 PM
RE: Detect Full Screen application - by J-Thread on 10-09-2006 at 02:51 PM
RE: Detect Full Screen application - by Ash_ on 10-09-2006 at 05:06 PM
RE: Detect Full Screen application - by J-Thread on 10-09-2006 at 05:16 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On