I'm attempting to lineup text in a TextCtrl() This was orginially a CLI program, but in Windows98 the output can scroll past the lengh of the screen. So I decided to put it's output in a TextCtrl output but the text doesn't lineup properly I guess because the colums arn't the same depending the the text the fills each colum. Does anyone know a better way to get the plain text to line up in a TextCtrl box?
Have you specified a monospace font? Don't just use the default,
proportionally spaced one.
ยทยทยท
On 30 Aug 2004 at 14:26, Junk wrote:
I'm attempting to lineup text in a TextCtrl() This was orginially a
CLI program, but in Windows98 the output can scroll past the lengh of
the screen. So I decided to put it's output in a TextCtrl output but
the text doesn't lineup properly I guess because the colums arn't the
same depending the the text the fills each colum. Does anyone know a
better way to get the plain text to line up in a TextCtrl box?