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!
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.
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!
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