Posted by: Johannes Müller
Hi,
I'm trying to justify a datafield at runtime. I did it with
VisWinSetStyle(hWnd, nStyle,TRUE), where
nStyle alternates through ES_RIGHT, WS_EX_RIGHT, WS_EX_RIGHT |WS_ED_RTLREADING,
but nothing works. I did it with SetWindowLong, too, with the same result.
Has anyone an idea or better a solution for my problem?
TIA, jo