The MASM Forum

Microsoft 64 bit MASM => Examples => Topic started by: hutch-- on March 21, 2017, 12:18:03 PM

Title: Windows Enumeration Example.
Post by: hutch-- on March 21, 2017, 12:18:03 PM
Standard method of enumerating windows. Clean uncluttered MASM code.  :biggrin:
Title: Re: Windows Enumeration Example.
Post by: Grincheux on April 28, 2021, 12:25:49 AM
The same using Pelle's Assembler.
We have the same problem with GetWindowTextwhich does not alway return the good string.


Last update displays the correct filenames.

It was not possible to get the filenames using the standard method because the file made part of an other process.
This is solved.

It also displays the windows used by children when double clicking on the line of the window.
The list can be sorted.

Give me some news if you find a bug.