Thread: I want to make a pogram that captures another program's HWND.

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Question I want to make a pogram that captures another program's HWND.

    I want to make a pogram that captures another program's HWND. For an example there is a program that will change the title bar's title on Notepad. How is that done?

    Thanks, August

  2. #2

  3. #3
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Thanks.
    There is one thing though. Isn't there a list of handle names out there?

  4. #4
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    You can obtain the handle name of a window using programs like spy++, which comes with VC++.

    Alternatives:
    winspector
    winspy++

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Okay, Thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Display text in a Dialog Box
    By Dark_Phoenix in forum Windows Programming
    Replies: 9
    Last Post: 01-02-2009, 06:30 AM
  2. Replies: 8
    Last Post: 07-20-2002, 09:23 AM
  3. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM
  4. programs to make
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-31-2001, 09:22 AM