Thread: Window Names

  1. #1
    Banned
    Join Date
    Oct 2004
    Posts
    250

    Window Names

    I was wondering if anyone knew a way of getting the names of all open windows?

  2. #2
    Work in Progress..... Jaken Veina's Avatar
    Join Date
    Mar 2005
    Location
    Missouri. Go Imos Pizza!
    Posts
    256
    Of all open windows in all open programs, or just in your program?
    Code:
    void function(void)
     {
      function();
     }

  3. #3
    Banned
    Join Date
    Oct 2004
    Posts
    250
    All windows in all programs, I'm making a program that mimicks the Task Manager, but I can't think of any way of doing this.

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    EnumWindows()

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  2. creating a child window
    By rakan in forum Windows Programming
    Replies: 2
    Last Post: 01-23-2007, 03:22 PM
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  5. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM