Link to home
Start Free TrialLog in
Avatar of sudhakar_koundinya
sudhakar_koundinya

asked on

How to get All HWNDS

Hi All

I want to get the List of all HWNDS that are opened or executing in hidden mode based on the Title what I give

For example if the Title contains "Microsoft" I want to get all windows based on that title

I know that FindWindow can be used to fetch only one widow.

Thanks
Sudhakar

Avatar of nonubik
nonubik

You can use EnumWindows to enumerate all the windows and then you can match their name against "Microsoft" in your EnumWndProc
ASKER CERTIFIED SOLUTION
Avatar of nonubik
nonubik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial