Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1510
UltraProgressBar: How To Use ?
posted

Hi,

Do you guys have some complete example on how to use the UltraProgressBar, using a seperate thread for it to run on ? Using the BackroundWorker for example ...

I ran into this example but it's horrible ( no offense ) ... it's not handling all the events of the BackroundWorker for example,
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9838

I need to use the UltraProgressBar while seeking data for multiple controls ... because it takes approx 5 seconds to load all the controls ... It should fire up after the user selects a new entry from a DropDown Box ( the box is CSLA databound, and fires of loads of events when selected_item_changed fires ... )

Do you have a complete example on how to use it IN CODE for me ?

Thanx in advance,
EE.