Is there a way to get the Handles for all the applications in the Taskbar? I have searched, and the only thing I can find was code to get the filename of all the files that were running. I just want to list all the program Classnames in a list box, then when the user clicks the item in the listbox, it will use FindWindow to find the handle of the window, and send a message to it using SendMessage. I've got the find and sending part done, I just need to list the programs running.

Thanks
-Joey