Thanks BT: That is going to be some good bedtime reading!
Perhaps I will even figure out why my MsgBox does not pop up on top of other
windows I have up or, at least, doesn't seem to be getting focus without
alt-tabbing to it.
If I figure anything out I'll post up a message and perhaps add it to one of
the WIKI things if appropriate.
Thanks again:
Rick USA
----- Original Message -----
From: BT
To: [email protected]
Sent: Thursday, April 28, 2011 1:03 PM
Subject: Re: I found Window Activate but Where is Deactivate Method?
Hi Rick,
When Chip gave me this link, it has been very helpful for all questions.
It takes time to read it but, almost all questions are answered there like
below. I could not find this with my search engine, but it may have been buried
on page 20 or 40 who knows...
http://msdn.microsoft.com/en-us/library/ms632599(v=VS.85).aspx
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