Hey all,
Does anyone happen to know if there is a way to use a label as a scrolling marqee? I know there has to be a way but I'm not quite sure how to go about it.
If someone has some example code that would help tremendously
Thanks
Printable View
Hey all,
Does anyone happen to know if there is a way to use a label as a scrolling marqee? I know there has to be a way but I'm not quite sure how to go about it.
If someone has some example code that would help tremendously
Thanks
Use a timer event and in it do some string manuipulation with .Substring to reorder the character positions.
thank you sir