如何使用C#.net使用SplashScreen [英] how to use SplashScreen using C#.net

查看:363
本文介绍了如何使用C#.net使用SplashScreen的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用VS2008(.Net Frame Work 3.5),C#.net,窗口窗体应用程序.

如何在窗口窗体应用程序中使用SplashScreen.
我正在使用这种类型的代码,但收到错误消息....找不到SplashScreen名称空间或程序集"


SplashScreen splashScreen =新的SplashScreen("SplashScreenImage.bmp");
splashScreen.Show(true);

提供任何建议或想法将不胜感激..........

Mukesh

解决方案

请选择其中一个链接,

使用C#.net使用SpalshScreen [ ^ ]

希望对您有所帮助:)


这是因为没有AFAIK内置的SplashScreen类.

您必须自己编写或使用第三方表单(示例 [ ^ ]).


plz请参阅以下

http://stackoverflow.com/questions/1305666/how-to-show-a-splash-screen-to-kill-the-time-while-data-is-loaded [ http://crazorsharp.blogspot.in/2009/06/creating- splash-screen-in-net-with.html [ ^ ]


C#中的漂亮启动画面 [ ^ ]

Hi All,

I am using VS2008 (.Net Frame Work 3.5),C#.net,Window form Application.

How to use SplashScreen in Window Form Application.
I am using this type of code but getting error msg.... "SplashScreen namespace or assembly not found"


SplashScreen splashScreen = new SplashScreen("SplashScreenImage.bmp");
splashScreen.Show(true);

Help will be appreciated give any suggestion or idea..........

Mukesh

解决方案

Please pick one of the links,

Use SpalshScreen using C# .net[^]

Hope it helps :)


This is because there is AFAIK no built-in SplashScreen class.

You will have to write it yourself or use a third party Form (Example[^]).


plz refer these

http://stackoverflow.com/questions/1305666/how-to-show-a-splash-screen-to-kill-the-time-while-data-is-loaded[^]


http://crazorsharp.blogspot.in/2009/06/creating-splash-screen-in-net-with.html[^]


http://www.google.co.in/url?sa=t&rct=j&q=how%20to%20use%20splashscreen%20using%20c%23.net&source=web&cd=6&sqi=2&ved=0CFIQtwIwBQ&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DlF7vHWVJbk0&ei=SwKMT--pDIbyrQeUtryrCw&usg=AFQjCNEi0JPCgddnpibS44Ftqxyno1CCIQ[^]

A Pretty Good Splash Screen in C#[^]


这篇关于如何使用C#.net使用SplashScreen的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆