How to show splash window

I am needing to show a splash screen on startup whilst the networking it initialising etc. Nothing appears until app.Run() is called.

Is there anyway to get the splash screen window to appear before this call?

Maybe start with a simple bitmap flush on the screen before you do anything else

Nice one Gus, that worked. :sunglasses:

I am enjoying getting back into TinyCLR development.

1 Like