I want to show a splash screen to user when user runs an application. It is possible to show a splash screen when loading windows form but, is there any i can show a splash screen when my application is being launched i mean when .net framework is loading in the memory.
Share
If you need to show something while main .NET application is not even started, you need an external launcher (written in WinAPI, maybe?)