Having a Backgroundworker refresh splash screen

Posted by Jiri on Stack Overflow See other posts from Stack Overflow or by Jiri
Published on 2010-06-01T18:11:40Z Indexed on 2010/06/01 19:13 UTC
Read the original article Hit count: 333

Hi,

Would it be theoretically possible to make BackgroundWorker in a class to periodically refresh existing splash screen form, or is that impossible? (I know that it's probably bad design, but currently I do not see any better way.)

Please keep in mind that:

  1. I do not want the background worker to do the loading as it would be terribly hard to implement.

  2. I can't use the inbuilt splash screen support

  3. I'm aware of DoEvents alternative but I do not want to go this path, it would very hard to implement as well, and not reliable.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about backgroundworker