Gary Ng
August 5th, 1999, 11:14 PM
Is anywone know how to obtain window's Title/Topic? If I have 10 running windows, I wish to get all their Title/Topic.
Please reply as soon as possible!
Thanks!!!!!!!!
Ravi Kiran
August 6th, 1999, 12:55 AM
Using EnumWidows API, you can enumerate all the top-level windows.
I have seen some code (yesterday only) on Vbthunder, which points to another link for "Find window titles with Partial strings" etc.
You can check on Codeguru site itself, i am sure you can find a few links.
Here is one:
http://www.mvps.org/vbnet/code/callback/enumwindows.htm
Goto http://www.codeguru.com/vb and search for EnumWindows. I got five hits, the one on top is one of them
RK