c# preloading modules in splashscreen
I am developing a software with 3 modules in it. I want a splashscreen to be created in my project, which i want to preload all th开发者_Go百科e modules before it shows the first form. Although the project is not too big, but still for an experience i want to add splashscreen in the current project with preloading ability.
I would like something like adobe Photoshop splashscreen does.
Any good tutorials/suggestions/videos are welcome keeping in mind i am not a C# pro coder and dont know much about the functions.
Thanks
I do not know how the Photoshop splashscreen works. However, to preload an assembly, it is enough to call the typeof(AnyTypeFromNonLoadedAssembly). Hope, this helps.
精彩评论