The MASM Forum

General => The Campus => Topic started by: Ar0n on January 09, 2016, 05:48:59 PM

Title: Enumerating windows with different functions!
Post by: Ar0n on January 09, 2016, 05:48:59 PM
guys have you noted that FindWindow ( in loop ), GetTopWindow + GetNextWindow ( in loop ) and EnumWindows + EnumChildWindows return different results! why?

On my Windows, FindWindow returns 502 windows, GetTopWindow 1687 windows and EnumWindows only 280 windows lol
Title: Re: Enumerating windows with different functions!
Post by: dedndave on January 09, 2016, 06:11:28 PM
read the MSDN pages carefully, and you'll see why   :t