C# 启动加载页面
我即将开始开发一个大型应用程序(无论如何对我来说很大:P),我想知道如何为该程序创建一个启动页面,该启动页面在 exe 启动时立即显示,并在所有 exe 启动时消失已加载?
Im about to start working on a big application (big for me anyway :P) and i was wondering, how do i create a splash page for the program that shows up as soon as the exe is launched and disappears when all of the exe is loaded?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 VB.NET,MS 会让这一切变得简单。 但是,您仍然可以在 C# 中完成此工作。 请查看 WindowsFormsApplicationBase。
另请参阅此问题。
MS made this easy if you're using VB.NET. However, you can still make this work in C#. Have a look at WindowsFormsApplicationBase.
See this question, too.
如果您使用的是 WPF,则只需将图像加载到项目中,右键单击 > 属性,然后选择启动屏幕。 WPF 应该为您处理剩下的事情:)
If you are using WPF then simply load an image into the project, right click > properties, and choose splash screen. WPF should take care of the rest for you :)