CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    42

    How to obtain every windows' title (Topic appear in the blue title bar) ?

    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!!!!!!!!


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How to obtain every windows' title (Topic appear in the blue title bar) ?

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured