|
-
Feb 1st, 2001, 01:38 PM
#1
Thread Starter
Junior Member
Hi,
If i do
a=Findwindow("OpusApp", "Microsoft Word - MyDoc")
ok i get the handle. but that only works if MyDoc is the Active Document.
My question is how to know if 'MyDoc' is Launched if it is not the active document...
Please a little help...
Thanks
-
Feb 1st, 2001, 02:56 PM
#2
Frenzied Member
Use only tha class name:
Code:
a=Findwindow("OpusApp", vbNullString)
-
Feb 1st, 2001, 06:37 PM
#3
Thread Starter
Junior Member
ok but...
If i do that :
a=Findwindow("OpusApp", vbnullstring)
I only know if Word is running.
In that particular case it doesn't tell me if 'MyDoc' is running or not. it could be just 'Document1'
hope i'm clear enough...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|