animation on win form like that of MSN messenger?
-
How can I display the animation on the win form like that of MSN messenger, which is displayed when we click the login button? By simply placing an animated gif file on the win form, it starts animating, even in design mode. But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
-
How can I display the animation on the win form like that of MSN messenger, which is displayed when we click the login button? By simply placing an animated gif file on the win form, it starts animating, even in design mode. But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
Use a timer, when it ticks show the "next" image in an image sequence. :josh: My WPF Blog[^]
-
How can I display the animation on the win form like that of MSN messenger, which is displayed when we click the login button? By simply placing an animated gif file on the win form, it starts animating, even in design mode. But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
sinanju wrote:
But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
They are done in Macromedia Flash.**
xacc.ide-0.2.0 preview - Now in 100% C# goodness
**
-
Use a timer, when it ticks show the "next" image in an image sequence. :josh: My WPF Blog[^]
-
sinanju wrote:
But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
They are done in Macromedia Flash.**
xacc.ide-0.2.0 preview - Now in 100% C# goodness
**
-
How can I display the animation on the win form like that of MSN messenger, which is displayed when we click the login button? By simply placing an animated gif file on the win form, it starts animating, even in design mode. But, I want to display it for some button's click event, like exactly that of MSN messenger. Any idea?
I've searched a link http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=530668&SiteID=1 It seems to me relevant, I'll try it later.