.net - how to get the current opened applications in windows using c++ or vb.net? -


I need the currently opened applications (which appear in the taskbar) and are not currently running processes.

Thanks

Calculate all the top-level windows (with the task) To do; You have to leave:

  • Invisible windows (check the return return function or check the WS_VISIBLE style directly in the window);
  • Extended style WS_EX_TOOLWINDOW, unless they have WS_EX_APPWINDOW extended styles.

Everyone else should be shown in the taskbar (full story).

Then, if you want to take each window near the process / thread, you can use the function.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -