Creating transparent "loading..." overlay window for a C# Dialog application
- by EBAGHAKI
I'm searching for the best way to show a "loading..." window maybe with a progress bar on the top of my application main dialog. It quite better if it become transparent, so user can see the application dialog at back.
What do you think is the best way to do that?