Click to See Complete Forum and Search --> : Find All Open Windows


Evident
March 18th, 2001, 11:31 PM
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...

vchapran
March 19th, 2001, 01:25 PM
I beleive it's going to help you:
http://www.allapi.net/api/api215.php

Vlad

cksiow
March 20th, 2001, 01:23 AM
try
http://vblib.virtualave.net
there is a function called GetAllWindowsTitle in class vbSystem

Evident
March 20th, 2001, 01:18 PM
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.