Is there any way to get smooth (preferably Windows default) animations in my .NET winforms app? -


in application i'd provide animations while lengthy operation in progress. i'm @ "connecting server" stage, typically takes on 5 seconds.

during i'd display animation user. i've implemented popular solution picturebox , ajax loading gif, don't find pretty enough. imo it's not smooth enough , pretty loading gifs hard come by. not mention lack of proper alpha makes blending awkward.

ideally i'd borrow animations windows , display windows does, if there better-looking, too. , wouldn't surprised if windows animations not publicly available either.

so - possible without effort (animations not app about, pass time)? , secondary question - hands on pretty animations?

if using visual studio, take @ animations installed it. should located under vs folder:

...\microsoft visual studio 10.0\common7\vs2010imagelibrary\1033\vs2010imagelibrary\animations

if don't have folder, can run installer again - installation feature, , think gets installed default, can't remember.

older versions of visual studio have images/animations installed, may outdated.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -