Scrolling text from right to left in a text box. Best Proceedure.

  • Thread starter Thread starter pmclinn
  • Start date Start date
P

pmclinn

What is the best way to scroll text across a textbox.

I want my dynamic text to enter from the right and scroll to the left.

Any sample code would be appreciated.
 
pmclinn said:
What is the best way to scroll text across a textbox.

I want my dynamic text to enter from the right and scroll to the left.

Any sample code would be appreciated.

I do not have the code here for this at the mo. But I have done this is
2 ways. You can either remove the left character of the text box in a
loop so that the string gets shorter and shorter, or you can scroll the
textbox from right to left on the form.
 
Back
Top