From: BMan on
After recently switching from Visual C++ 6 to 7, I noticed that the
resource editor now likes to place DS_FIXEDSYS bit into my font styles
in the .rc files (perhaps this is just a setting on my machine
though?). Anyway, on my property pages that now include the
DS_FIXEDSYS bit, I noticed that in 120 dpi setting, the alignment is
messed up. When I remove the bit, alignment is fine. Does anyone know
why that is happening (I'm running WinXP pro)?

Thanks.