Thread: Getting Handle

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    3

    Getting Handle

    How do you get the handle of a program ? I want to get a instance for a internet explorer and was wondering how,any ideas ?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    One solution is FindWindow().

    Kuphryn

  3. #3
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    It all depends on what you want to do with IE's handle...IIRC, IE's got so many layers of windows upon windows, that it might be tough to dig around to find the handle to what you want to change.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with setting text into LTEXT using Window Handle
    By jasperleeabc in forum Windows Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  3. Direct3D problem
    By cboard_member in forum Game Programming
    Replies: 10
    Last Post: 04-09-2006, 03:36 AM
  4. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM