Click to See Complete Forum and Search --> : statictext alignment


oren y
April 6th, 1999, 04:45 AM
hi,
how can i change a statictext alignment in run-time (responding an event)?
oren.

Walter I An
April 6th, 1999, 06:47 AM
I am not sure whether this gonna work
but how about using or have u used
ModifyStyle() function.

e.g. ModifyStyle(ES_LEFT,ES_RIGHT)

And let me know too.

Good luck. :)

Walter

oren y
April 11th, 1999, 04:07 AM
it works (-:
thanks, oren.