Hi, I am making an application in which the label keeps scrolling up. The problem I have is I want to do right alignment so that I get "." in a sequence like
Basket..............
Ball................
keyboard............
Can anyone help me with this please?
I have tried this, but it isn't working for me,
for (int u = textBox1.Length; u = 40 ; u++)
{
strDotsBuilder.Append(".");
}