Quote:
> I am running VB3 prof. in Windows 95 and would like to
>find a way to get a list (in a comma seperated string or
>something?) of all open,visible application window(iconic and
>normal) but not of any hidden system windows.
> If anybo
>If anyone knows how to do do this with the Windows API or know of
>a VBX or code please respond via email:
The book
Visual Basic Programer's Guide to the Windows API by Daniel
Appleman has an excellent example of how to enumerate all the windows
on the desktop using the windows api and visual basic. I don't know
for sure but it should work with W95 also.