does anyone know where i can find a full listing of constants with there values?
it depends on which constants you mean :)
all of the win32api constants.
WINDOWS.INC in your masm32 package.
i was hoping for more of a winhelp file so i didn't have to convert them all but i guess that will work the problem with me having to convert all of them is that i would have to make a program to look up other values like WM_USER + 3 etc.