I'm trying to find the number of window's open on the user's desktop. I know I have to use EnumWindows, but I can't find a good example on PSCode.com. Any help will be very much appreciated.
Thanks,
Sir Loin
Printable View
I'm trying to find the number of window's open on the user's desktop. I know I have to use EnumWindows, but I can't find a good example on PSCode.com. Any help will be very much appreciated.
Thanks,
Sir Loin
You should look at allapi.net for FindWindow. Also, there are a few exmaples here on VBF that will do it. ;)