I have a ProgressDialog in my project which displays while calendar listing data is being accessed:
However, the dialog doesn't "spin" while the data is being loaded. I've tried using DoEvents within the Calendar's data access For ... Next loop but that doesn't help.
Any ideas?
ProgressDialogShow("Loading calendar ...")
StartActivity(Calendar)
StartActivity(Calendar)
However, the dialog doesn't "spin" while the data is being loaded. I've tried using DoEvents within the Calendar's data access For ... Next loop but that doesn't help.
Any ideas?