msgbox text mixed justification?

  • Thread starter Thread starter KR
  • Start date Start date
K

KR

There is probably a simple way to do this... using VS2003 CF project for
2003 (Ipaq 2210, 2215, and maybe Dell Axims)

I have a message box with three lines. I'd like the left side of each line
to be aligned (all starting in the same vertical plane) and each will lead
to a series of numbers which will be different lengths, and I'd like the
numbers to be right justified so it will be easy to see if one has more
digits than another. For example (hope the formating stays ok in the
posting):

Item 1: 450,000
Item 2: 3,100,000
Final: 5,250,000

What is the best way to ensure the left justificiation of the left text, and
the right justification of the right text?

Thanks,
Keith
 
Back
Top