The information in this article applies to:
SUMMARYThe Visual C++ Component Gallery allows one to insert a variety of standard components into applications. Using the gallery, one can easily insert a splash screen into MFC SDI and MDI applications. However, the Visual C++ Component Gallery does not allow insertion of a splash screen into a dialog- based application. In addition, the documentation for the splash screen component is contradictory and confusing concerning its use in dialog-based applications. This article shows the steps to add a splash screen to an MFC dialog-based application. MORE INFORMATION
When trying to insert a splash screen into a dialog-based application using
the component gallery, you may get an error message that says a mainframe
class can not be found. The splash screen component was written to work
only in MFC SDI and MDI applications. However, the component code can be
used in a dialog-based application by following a few steps:
REFERENCESFor additional information, please see the following article(s) in the Microsoft Knowledge Base: Q172336 PRB: Assertion Launching Program with Tip of Day & Splash Screen Additional query words: kbmfc kbwizard kbvc500 kbvc600
Keywords : kbnokeyword kbwizard kbMFC kbVC |
Last Reviewed: August 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |