A
active
I draw the following string in a picturebox
LocaleInfo = Msg.PadRight(50, "."c) & buf
It's as close as I can get to having two columns.
Because all characters are not the same width what I get is a ragged second
column
Is there a simple way to get two columns.
I could measure Msg and work from there but I'd hate to do that and then
find out DotNet could do it for me.
Thanks
Cal
LocaleInfo = Msg.PadRight(50, "."c) & buf
It's as close as I can get to having two columns.
Because all characters are not the same width what I get is a ragged second
column
Is there a simple way to get two columns.
I could measure Msg and work from there but I'd hate to do that and then
find out DotNet could do it for me.
Thanks
Cal