seems like many of us are concerned about this and have made some explore ,aha
i also found MichaelW's achievements, as showing here
00000BF0 40 00 C8 10 01 00 06 00 06 00 C4 00 72 00 00 00
00000C00 00 00 46 00 6F 00 6E 00 74 00 20 00 4D 00 65 00 F o n t M e
00000C10 6E 00 75 00 00 00 08 00 00 00 00 00 4D 00 53 00 n u M S
00000C20 20 00 53 00 61 00 6E 00 73 00 20 00 53 00 65 00 S a n s S e
00000C30 72 00 69 00 66 00 00 00 00 00 00 00 00 02 00 00 r i f
00000C40 04 10 01 50 02 00 00 00 BE 00 5E 00 E9 03 00 00 P
00000C50 FF FF 81 00 00 00 00 00 00 00 00 00 00 00 00 00
1000 DIALOGEX 6,6,196,114
CAPTION "Font Menu"
FONT 8,"MS Sans Serif"
STYLE 0x10C80000
EXSTYLE 0x00000080
BEGIN
CONTROL "",1001,"Edit",0x50011004,2,0,190,94,0x00000200
END
the above hex number are dumped from a exe file you can see that from [00000BF0] 40 00 C8 10 01 00 06 00 06 start
the 06 is just 6 the C4 00 7200 are just 196 114
at run time these parameters are possible load by the OS and execute to form the Dialog ,this part of work is what i what to know
i search the google there have resource directory tree(must be the key to the underground work )