I'd like to be able to see the titles of all the windows open on my Win2000 desktop. Actually, I only care about any open MSIE windows, and I want to know the title of the site they're open to. Can this be done in VB?
Thanks in advance...
Printable View
I'd like to be able to see the titles of all the windows open on my Win2000 desktop. Actually, I only care about any open MSIE windows, and I want to know the title of the site they're open to. Can this be done in VB?
Thanks in advance...
I beleive it's going to help you:
http://www.allapi.net/api/api215.php
Vlad
try
http://vblib.virtualave.net
there is a function called GetAllWindowsTitle in class vbSystem
This code worked! Thanks. And for others who have the same question and are at the same non-advanced level of VB expertise as I am, it may help to know that the code you can snag from the www.allapi.net site needs to be put into a separate module. So, do Project->Add Module and put it in there.