开发者

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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜