hi!!
-
i want to know if it is possible to set a timer to display a label for a while depending on the interval we set. and when the interval ends , show up another label object.
-
i want to know if it is possible to set a timer to display a label for a while depending on the interval we set. and when the interval ends , show up another label object.
-
i tried using it. but slightly confused here as which member property to use.... can u send me a sample code...
-
i tried using it. but slightly confused here as which member property to use.... can u send me a sample code...
Since you are using Windows Forms in your code then I guess it's easier if you use the
System.Windows.Forms.Timer
class. You can view an example at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstimerclasstopic.asp[^] -
Since you are using Windows Forms in your code then I guess it's easier if you use the
System.Windows.Forms.Timer
class. You can view an example at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstimerclasstopic.asp[^]well... i am not using window forms...but asp.net web application... so... how to do in that .... pliz suggest...
-
Since you are using Windows Forms in your code then I guess it's easier if you use the
System.Windows.Forms.Timer
class. You can view an example at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstimerclasstopic.asp[^] -
well... i am not using window forms...but asp.net web application... so... how to do in that .... pliz suggest...
In that case, you're going to have to ask in the ASP.NET Forum. But, ASP.NET won't do this, since it is a server-side technology that generates HTML for browsers. What you want to do is entirely client-side and hence will have to be written in JavaScript. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome