I'm having a problem using winmove with WordPerfect X5. WordPerfect X5 is on top and is the active window. I run the following code Opt("ExpandVarStrings", 1)
$WinTitle = WinGetTitle("[active]")
$Err = WinMove ($WinTitle, "", 10, 10)
MsgBox (0, 'Move', "$WinTitle$ $Err$")The WordPerfect window does...