News:

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

WM Message Formatter Data

Started by dedndave, April 16, 2011, 03:14:18 PM

Previous topic - Next topic

dedndave

nice to hear you got that going, Peter   :U

dedndave

i updated the original post
i will verify the info tomorrow - try to make sure i got them all

dedndave

added WM_MOUSEHWHEEL   :P
one of the ones i wanted to see, to begin with - lol

dedndave

 :bg





(the attachment is the above PNG image)

vanjast

looks nice... and green :green2

dedndave

lol
here is the completed include file if anyone is interested
it does not handle things like dialog messages, edit control messages, etc

oops - sorry
i forgot to add this text in the WmFmt function...
;Returns: EAX = address of string buffer (_wmBuff)
;         ECX = length of string
;         EDX = length of longest string - length of string
;               (currently, the longest string is 30 bytes)


you can use the count in EDX to pad spaces so all fields are the same length

updated the attachment