-
Hi,
is it possible for me to Append the System menu of all the windows that are running? If so then how?
Another thing, How can I get a list of all the Running Applications. Note : not all the running processes, just the Applications that has it's own window/form - those that can be minimized to the system tray or taskbar - and also the name and path of the Application running.
:) I hope that you understand what I'm trying to say :)
-
You can get all running apps, using some API's 1. get all windows, 2 sort out windowses that use the same exe and all nonvisible (if you're to make a taskbar) 3. No windows can be minimized to systemtray.