I'm trying to write an application which uses the richedit as a sort of balance sheet. In other words I need to have two columns: one for description and one for amount like so:
Description1 $ 100.00
Description2 $ 2000.00
Description3 $ 10.00
Total $ 2110.00
As you can see the description is left align and the amount field is right aligned. I've tried using the Format funtion but that doesn't work as I am not using courier or a font like it where each font is the same size. Can anyone tell me how to do this?
Description1 $ 100.00
Description2 $ 2000.00
Description3 $ 10.00
Total $ 2110.00
As you can see the description is left align and the amount field is right aligned. I've tried using the Format funtion but that doesn't work as I am not using courier or a font like it where each font is the same size. Can anyone tell me how to do this?