I am creating a windows mobile application where i would like to do a fade In / Fade out of text which is getting displayed on a form. I am using C# for this purpose.
Anyone can provide idea on this part?
Thanks in Advance
Regards
Biju
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.
Here is the first thing that comes to mind: have an array of colors – e.g. from your desired font color to whatever color makes the text invisible, and then use a timer to change the color of your control text to each entry in the array in order. For example a 3 color fade effect ranging from white to black – fade in will be displaying white-gray-black, fade out will be black-gray-white!