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:
I do not want the background worker to do the loading as it would be terribly hard to implement.
I can't use the inbuilt splash screen support
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.