CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Spy++

  1. #1
    Join Date
    Jul 2009
    Posts
    37

    Spy++

    How can I get the IE browser edit box's class/windows id ? It is embedded and I can't call Findwindow up on it/

    Thank you.
    Sig-na-tju-(r)

  2. #2
    Join Date
    Jun 2008
    Location
    greater Cincinnati
    Posts
    54

    Re: Spy++

    Quote Originally Posted by ThachQuanVy View Post
    How can I get the IE browser edit box's class/windows id ? It is embedded and I can't call Findwindow up on it/
    Hey man.


    Did you try Win32 " EnumWindows() " and " EnumChildWindows() "?

    If your referring to the Spy++ " Find Window " feature it seems to work for me. Just click and drag the finder tool icon over any window or childwindow.

    Of course I am not sure of what edit box your referring to.
    Last edited by kmkkra; May 31st, 2011 at 05:07 PM.

  3. #3
    Join Date
    May 2005
    Posts
    4,954

    Re: Spy++

    Quote Originally Posted by ThachQuanVy View Post
    How can I get the IE browser edit box's class/windows id ? It is embedded and I can't call Findwindow up on it/

    Thank you.
    This thread will help you.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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