RichTextBox Marquee
-
Hello out there. How to marquee the richTextBox in winform? Thanks. Jac
-
Hello out there. How to marquee the richTextBox in winform? Thanks. Jac
just change the left,right point with in a timer. :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
just change the left,right point with in a timer. :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
Dear Abhijit... Since i'm very new in c#, i hope that you can explain more detail... Thanks
-
Dear Abhijit... Since i'm very new in c#, i hope that you can explain more detail... Thanks
Hi, First of all i dont understand why you trying to merquee of a reachtextbox ...:confused::confused: if you want to Marquee Horizantl way change the X location of Reachtext box RichTextBox1.Localtion.X= location inecrment.... inside a loop or timer and Vertical Y hope this is clear to you :) Good luck
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"