Jump to content

Geeps

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Geeps

  1. Is there a way to tell if another Window's app has gone fullscreen? I'm using WinSetOnTop but need to disable that when a user goes into fullscreen mode i.e a YoutTube video. Thanks!
  2. Thank you kind Sir from the bottom of my heart.
  3. Is there a way to check if a window exists by class and by title? Right now I have: If WinExists("[CLASS:MozillaWindowClass]") Then I'm looking for something to like If WinExists("[CLASS:MozillaWindowClass]"&& "xyz") Then where xyz is the title of my window.
  4. Thanks Melba that worked!! ProgAndy I appreciate your response too, I got ObjCreateInterface working and right now I just needed a quick fix. Many Thanks!
  5. I've searched hi and low, and am only about to dig up solutions that involve GUIs created by autoit: Thanks in advance, any pointers in the right direction is greatly appreciated! Thanks, Grant
×
×
  • Create New...