开发者

c# preloading modules in splashscreen

开发者 https://www.devze.com 2023-02-06 20:11 出处:网络
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 pr

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消