movin text
-
hi do we have any control which moves text inside that,in windows forms (just like marquee property). if not hw to make my text moving on windows form ?:(
-
hi do we have any control which moves text inside that,in windows forms (just like marquee property). if not hw to make my text moving on windows form ?:(
if u r using .net 2.0 then use the progressbar control and explore it's propertiex anyhow progressbar is the control to move your text. in it
-
if u r using .net 2.0 then use the progressbar control and explore it's propertiex anyhow progressbar is the control to move your text. in it
-
hi do we have any control which moves text inside that,in windows forms (just like marquee property). if not hw to make my text moving on windows form ?:(
Create a class derived from the label class, and have it modify the string it displays, based on a timer.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )