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

    How to get the running applications?

    How to get the Running application(with window, not the process).
    I tried to get the child windows of desktop, but it not working(or i dont know how to do it?)
    will any one of u please help me out?
    One more question.
    i got teh HWND of ExploreWClass, then i tried to get the CWnd pointer of it, by calling FromHandle.
    Then i called GetIcon , but it returns NULL(but it gets the CWnd Ponter). Please help me out, i want to get the icon of the running appications!



  2. #2
    Join Date
    May 1999
    Location
    Paris, France
    Posts
    216

    Re: How to get the running applications?

    Look the Spy Sample


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