Visual Basic Windows Phone 7 Series: How to create a custom indeterminate progress bar application for Windows Phone 7
Posted by: The Visual Basic Team,
on 26 Feb 2011 |
View original | Bookmarked: 0 time(s)
In our last post, I explained how to create a microphone for Windows Phone 7. In this blog, I want to share a sample that will help you to create a custom indeterminate progress bar for Windows Phone 7. You can create an indeterminate progress bar that runs on the UI thread, but that can impact the performance of your application. In this sample, I will demonstrate how to create an indeterminate progress bar that runs on the composite thread, rather than the UI thread, for better performance.
I will...