I want to draw an animated image in TextBox, i Google my problem, but i get some examples about drawing a fixed image in TextBox like ExtRichTextBox.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well if you can draw a fixed image as you say then animating it is simply a matter of changing that fixed image on some interval. I assume you can already do the fixed image bit, so simply setup a timer that will redraw the image using a new frame on some interval.