Hi all,
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
Hi all,
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
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!