Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have to create this marquee by concatenating the last character of the string to the first character

Then assign a substring starting at the front character then the number of characters in the original string.

Confused on the process what would this look like?

What I have tried:

I am confused on the assigning the substring part I know how substrings work but don’t know what this particular one looks like
Posted
Updated 10-Dec-21 9:15am
Comments
Member 15463115 10-Dec-21 13:07pm    
Forget to mention this marquee will be in the title bar
[no name] 10-Dec-21 13:16pm    
A marquee is an animation. You just "chuck" (the width of the marquee) your way through the text (in this case). It's probably simpler if you put two of the same "source" strings together; it's easier to handle the wrapping.
PIEBALDconsult 10-Dec-21 13:31pm    
Is that what the user wants? Or is this a class assignment?
Caleb Burke 10-Dec-21 15:46pm    
assignment :)
BillWoodruff 11-Dec-21 4:00am    
appears to be a repost of: https://www.codeproject.com/Questions/5319708/Create-a-scrolling-text-in-the-title-bar-of-visual

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900