Guys,
I'm running the following uncompiled code under Win7 64:
msgbox(0, "WinExists", WinExists("ABC")) ;Returns 1
msgbox(0, "WinGetState", WinGetState("ABC")) ;Returns 15
$EC = WinSetTitle("ABC", "", "XYZ")
msgbox(0, "WinSetTitle", $EC) ;Returns 0
The WinSetTitle function fails to change the title and returns 0 under Win7. However, the code works correctly under XP. What am I missing?