Jump to content

Recommended Posts

Posted

Sorry, I know this is an old topic. For this URL: https://www.youtube.com/watch?v=s_nc1IVoMxc

This code can't seem to find it and reports "doesn't exist". I went generous with wintitlematchmode using 2 (partial string match)

This code works on a different machine.

Opt("WinTitleMatchMode", 2)
#include <MsgBoxConstants.au3>

if WinExists("Ren") Then
        MsgBox($MB_SYSTEMMODAL, "", "Window exists")
    Else
        MsgBox($MB_SYSTEMMODAL, "", "Window does not exist")
EndIf

 

Posted

Yes, correct Trong.

I'm wondering if maybe a library is not in the correct location. The issue is specific to this machine.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...