The MASM Forum

General => The Workshop => Topic started by: dedndave on March 31, 2015, 12:55:10 AM

Title: MenuFromTable
Post by: dedndave on March 31, 2015, 12:55:10 AM
as an off-shoot from a previous discussion....

http://masm32.com/board/index.php?topic=4104.0 (http://masm32.com/board/index.php?topic=4104.0)

some time ago, i had an idea to create menus from tables

EDIT: ok, here is the completed code in a demo program...
the usual fee applies  :P
Title: Re: MenuFromTable
Post by: jj2007 on March 31, 2015, 01:32:18 AM
 :t
Title: Re: MenuFromTable
Post by: dedndave on April 01, 2015, 12:43:18 PM
that code worked as expected, first time   :biggrin:
i added a few lines to return a handle, etc

working on an example program with explanation of how to create the tables
Title: Re: MenuFromTable
Post by: dedndave on April 05, 2015, 01:44:33 AM
finished the documentation and attached a demo to the original post   :t
Title: Re: MenuFromTable
Post by: rrr314159 on April 05, 2015, 04:08:58 AM
It works!

Quote from: dedndavethe usual fee applies  :P

U did such a good job, I've decided to double the usual fee!
Title: Re: MenuFromTable
Post by: Siekmanski on April 05, 2015, 04:50:25 AM
Cool !!  8)
Title: Re: MenuFromTable
Post by: Gunther on April 05, 2015, 08:52:45 AM
Excellent work, Dave.  :t Hats off.

Gunther
Title: Re: MenuFromTable
Post by: dedndave on April 05, 2015, 02:55:44 PM
thanks, guys  :P