News:

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

ResEd 2.2.0.2 Bugtest

Started by KetilO, April 22, 2009, 11:27:03 AM

Previous topic - Next topic

KetilO

Hi flyflyz

I have sendt you an email.

KetilO

flyflyz

Hi KetilO,

The bug is fixed, the new program works very well with Chinese fonts,  thank you!

Mark Jones

#17
I apologize if this is a dumb question or if it has been asked before, but is it possible to use a Dialog Resource with CreateWindowEx? I mean, obviously CreateWindowEx will not load a dialog resource, but can "Dialog Resources" somehow be used for a standard window class?

A: Yes, sort-of, CreateDialogParam after RegisterClassEx. This allows Dialog Resources to be used similarly to "WinMain."

Edit: I was confused... Thanks Michael, as usual I was so eager to learn, I asked without properly researching. Icz tutorial 10 pretty much sums up what I was thinking. (There are just too many ways to make a windowed app.)
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

MichaelW

If the goal of this is to avoid using the system-defined dialog box class, one possible solution might be to define the dialog using the DLGTEMPLATEEX structure.

http://www.masm32.com/board/index.php?topic=10185.0

eschew obfuscation