C# 启动加载页面

发布于 2024-07-23 04:42:46 字数 93 浏览 11 评论 0原文

我即将开始开发一个大型应用程序(无论如何对我来说很大: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自演自醉 2024-07-30 04:42:46

如果您使用 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.

小姐丶请自重 2024-07-30 04:42:46

如果您使用的是 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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文