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

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.
 
D

Daniel

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top