Hi, Everybody...
Can anyone knows what is the maximun character limitation of a Label in Vb.net?
Basically i need to scroll a label with timer as Marquee.
The label text is coming from a richtextbox. The richtextbox contains more than billions character.
I replaced all vbLf(LineFeed) of richtextbox with a " * " for getting all character to one line.
But i'm not sure if it will work for label?
Have there any limitation for Label with maximun Character?
Anybody knows?