window name
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all.. I want to know the MS Word and PowerPoint application names. I want to use FindWindow() to find out whether the application is already exit I know whether MS Excel application already open or not by using following statement
hWnd = FindWindow("XLMAIN",0)
XLMAIN is application ID for MS Excel.. Can Anyone tell me what is the ID string for MS Word and PowerPoint?