I want to detect if the user has closed a particular window, so I
...
Set Handler WinClosedHandler On
...
Sub WinClosedHandler
Dim iWinID As Integer
iWinID = CommandInfo( CMD_INFO_WIN )
Print iWinID
End Sub
Which prints '4' to the message window. Now, I want to check the name of the
window, but WindowID(iWinID) says the window is not defined.
Is it too late to get the window name after it closes?
Thanks,
Mike
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 7593