.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
Post a Comment