I have an Isolated Shell application. I currently have a dialog (modal one) already running. That modal dialog is doing some work that needs to show progress. Can I show that VS Progress dialog (the one that shows a progress bar and some message on top)
on top of my modal dialog ? How do I show that progress dialog ?
Fahad