Hi,
Is there anyway to enumerate all visible windows and add them to a menu along with their associated icons?
Thanks
Printable View
Hi,
Is there anyway to enumerate all visible windows and add them to a menu along with their associated icons?
Thanks
The boffins in the API forum will know this I think. It probably is possible.
Here is a start it was done in sharp develop so it will need some tweaking to load it into VS. Also this code is very much proof of concept stuff.
anyhoo
clicking the first button will load all active processes into the listbox
selecting an item from the listbox and clicking the second button should show the icon on the form.
Hello,
wossname, your code helped me alot, thanks for that
DeadEyes, your idea is implemented in the wossname's code.
Thanks