MS Visual C++ HELP!!!!!!

How do I get information about currently active applications in the system?


There is an function called AfxGetInstanceHandle which returns the handle of the application it is called from, but I need the handles of all application currently running.


How do I do this?

____

Alex


Comments

  • How do I get information about currently active applications in the system?


    There is an function called AfxGetInstanceHandle which returns the handle of the application it is called from, but I need the handles of all application currently running.


    How do I do this?

    ____

    Alex





  • Alex,


    There should be some calls to allow you to go through all currently open windows. From this you should get a handle which can be used with the type of function you've already found to get info for every active window.


    Hope it Helps

    Phil




Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories