Click here to Skip to main content
15,886,840 members
Articles / Programming Languages / C#

AJAX-style Asynchronous Progress Dialog for WinForms

Rate me:
Please Sign up or sign in to vote.
4.87/5 (29 votes)
2 Mar 2008MPL3 min read 237.2K   11.2K   165  
A base class for adding a rich asynchronous progress animation to any Form
This project brings that "cool" AJAX-style asynchronous indication behaviour to WinForms.
bin\Debug\AsyncDialog.exe
bin\Debug\AsyncDialog.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\AsyncDialog.Form1.resources
obj\Debug\AsyncDialog.Properties.Resources.resources
obj\Debug\AsyncDialog.csproj.GenerateResource.Cache
obj\Debug\AsyncDialog.exe
obj\Debug\AsyncDialog.pdb
obj\Release\ResolveAssemblyReference.cache
obj\Release\AsyncDialog.Form1.resources
obj\Release\AsyncDialog.Properties.Resources.resources
obj\Release\AsyncDialog.csproj.GenerateResource.Cache
bin\Release\AsyncDialog.exe
bin\Release\AsyncDialog.pdb
obj\Release\AsyncDialog.exe
obj\Release\AsyncDialog.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Mozilla Public License 1.1 (MPL 1.1)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I am the lead developer of numerous .NET-based networking and communication server systems for Windows, for a company based in Cambridge. Including SMS/SMPP, VOIP and VoiceXML technologies.

Comments and Discussions