L
Linux Boy via .NET 247
(Type your message here)
Hi everyone,
I would like to ask a question about aligning text within one label.
I have an application that everytime the user click on Enter Record button, they will be prompt an input box to enter employee names and sales figures.
The output then will be displyed in only 1 label using a For loop. The layout would be under 3 columns: Employee name (left justified), Sale figures (right justified) and Bonus type(right justified).
I have tried many methods including using padright(padlfet) and string.format methods but the output strings still not be in a proper column layout.
Colud anyone show me how to fix this problem.
Thanks in advance.
Hi everyone,
I would like to ask a question about aligning text within one label.
I have an application that everytime the user click on Enter Record button, they will be prompt an input box to enter employee names and sales figures.
The output then will be displyed in only 1 label using a For loop. The layout would be under 3 columns: Employee name (left justified), Sale figures (right justified) and Bonus type(right justified).
I have tried many methods including using padright(padlfet) and string.format methods but the output strings still not be in a proper column layout.
Colud anyone show me how to fix this problem.
Thanks in advance.