Have you looked at the documentation? ProgressBar Class[^] 1) Before you request data, show a ProgressBar. 2) If you're using a data retrieval method that reports download status, update the ProgressBar. If no download status is available, you could set the ProgressBar's IsIndeterminate property to True. 3) When the data is received, hide and/or remove the ProgressBar. Again - what part are you having trouble with?
Mark Salsbery Microsoft MVP - Visual C++ :java: