The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on August 15, 2007, 05:20:52 PM

Title: New enumeration example for masm32 example code.
Post by: hutch-- on August 15, 2007, 05:20:52 PM
One of the earliest example for masm32 is an enumeration windows example. This example is a rewrite of the original with the extra optiions of showing, hiding or closing the windows within the enumerated list. While playing with it I found it useful to have a look at numerous windows running in the system that you would normally never get a look at. Note that not all windows running within the system can be made visible and some cannot be closed using the WM_SYSCOMMAND message that this example uses.

Jst as a note, the szLeft algo in the original version 9 was fine but the version in the last service pack had an error where it did not return the destination address for macro use. I have enclosed the fixed version in the zip file so if you have instaled sp2 for version 9, overwrite the original szleft algo in the masm32 library and rerun the MAKE.BAT file to rebuild the library.

[attachment deleted by admin]