EM = Edit Message ... you use the message to change the behavior of the control after it is created
ES = Edit Style ... you can only apply the style when you create the control
To change the style without the message, you would need the GetWindowLong and SetWindowLong functions, see the remarks of the page linked above.
Always make sure to read the whole page, especially the remarks and requirements.