The MASM Forum

Microsoft 64 bit MASM => MASM64 SDK => Topic started by: hutch-- on October 03, 2016, 08:32:13 AM

Title: Mini code generator for basic dialogs.
Post by: hutch-- on October 03, 2016, 08:32:13 AM
I needed this one so that I don't have to keep manually hacking out the basic interface of a dialog app. Its a simple tool written in ML64 that will place a working minimum template in the directory of your choice. The bare app has 2 RC files, the main "rsrc.rc" and an included rc file "dlgs.rc" so that you can edit the dialog using Ketil Olsen's RESED without it reformatting the rest of the RC file entries.

If you don't have a copy of RESED there is a link in the MASM32 subforum. You need to learn how to fly it but its a good tool that can do a wide range of controls.