News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Dialog Message Processing Loop

Started by cman, October 26, 2010, 05:38:52 PM

Previous topic - Next topic

cman

Is there a way to use a resource compiler generated dialog box with an explicit message processing loop? Using "DialogBoxParam" doesn't allow me to utilize time intervals in between times that messages are sent to a dialog box. Thanks for any information!

MichaelW

Try a modeless dialog created with CreateDialogParam. You can use the same template resource, but unlike a modal dialog, for a modeless dialog to be visible your template must specify the WS_VISIBLE style.
eschew obfuscation

ToutEnMasm


You can also have a look on the DIALOGEX at msdn.Changing styles and extended styles can made the dialog box act very near as  a window.Need some search and tests.