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?
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.
I am enjoying getting back into TinyCLR development.