The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: OceanJeff32 on October 03, 2005, 03:55:30 AM

Title: Good array example.
Post by: OceanJeff32 on October 03, 2005, 03:55:30 AM
The attached array example using MASM's izcelion's tutorial MENU.ASM.
I modified the code so that initially a blank array is displayed on screen, THEN once you press the test menuitem from the menu bar, the array is initialized with numbers calculated with a loop.

The result is then displayed to the screen with WMPAINT message.

Hope this will help some, at least it will show up in searches on google.com huh?

:lol

You can simply add this to the icztutes directory as another tutorial, and using QEDITOR can build all, and it re-assembles the resource file, .asm file, and creates a new executable.

:lol

Later,

Jeff C
:U


[attachment deleted by admin]
Title: Re: Good array example.
Post by: hutch-- on October 03, 2005, 04:12:58 AM
Works fine Jeff.  :U