News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Mini code generator for basic dialogs.

Started by hutch--, October 03, 2016, 08:32:13 AM

Previous topic - Next topic

hutch--

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.