Thanks Jared: I got it and have it working.
Thanks again.
Rick USA
----- Original Message -----
From: Jared Wright
To: [email protected]
Sent: Thursday, April 28, 2011 7:31 AM
Subject: Re: I found Window Activate but Where is Deactivate Method?
A window's deactivation is brought about by another window gaining
activation. There can only be one at a time. Follow me?
On 4/28/2011 7:23 AM, RicksPlace wrote:
Hi:
I want to trigger a Window Activated event for a window already activated.
This has to do with how the OS handles loading a file into a text editor by
using the File Menu's List of recently edited files.
I was going to DeActivate the window in question and then generate an
Activated Event for it.
There is no DeActivate method in the Window Object.
Any idea of how to handle this so I can generate a Activated Event in the
DOM which I can later use in my VBScript code?
Rick USA
Rick USA