各位高高手!我在基于对话框的工程里加入Splash screen类不能成功,可是在多文档里可以加入,这是为什么?我应该怎样在对话框工程里加入它?谢谢!!!

解决方案 »

  1.   

    This component automatically inserts a splash screen into an application so that it is displayed during the application start up. A splash screen is a rectangular bitmap that gets displayed when the application is first launched. Splash screens typically display the name of the application, its version number, and other user information in a graphically appealing format.
    The Splash Screen component is designed to work with Multiple Document Interface (MDI) or Single Document Interface (SDI) only. The Splash Screen component will not work in a dialog-based application. After the component is inserted into your application, you should be able to build it, execute it, and see that a standard splash screen is displayed every time you start your application.