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

    How can I get a handle to an app using its name only?



    How can I get a handle to an app using its name only? I asked this the

    other day and never got a response. All suggestions are welcome.

  2. #2
    Join Date
    Apr 1999
    Posts
    30

    Re: How can I get a handle to an app using its name only?



    From INSIDE the application GetModuleHandle(NULL)

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