CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    12

    Get app handle using window name?



    Could someone give me a quick reminder of the function to use to get a

    handle to an application using the name of the window? I did it once

    before, but can't remember how.


    Thanks in advance.

    ROOKIE

  2. #2
    Join Date
    Apr 1999
    Posts
    2

    Re: Get app handle using window name?

    possibly findwindow

    -jz


  3. #3
    Join Date
    Nov 1999
    Posts
    7

    Re: Get app handle using window name?

    not sure, if it is what you meant, but try Afx_GetApplicationHandle();


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