Creating transparent "loading..." overlay window for a C# Dialog application

Posted by EBAGHAKI on Stack Overflow See other posts from Stack Overflow or by EBAGHAKI
Published on 2010-04-19T14:40:29Z Indexed on 2010/04/19 14:43 UTC
Read the original article Hit count: 194

Filed under:

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?

© Stack Overflow or respective owner

Related posts about c#