| 1270 | } |
| 1271 | |
| 1272 | void CMainFrame::DisplaySplashScreen() { |
| 1273 | m_D3Splash = new CD3Splash(this); |
| 1274 | m_D3Splash->Create(); |
| 1275 | m_D3Splash->ShowWindow(SW_SHOW); |
| 1276 | m_D3Splash->UpdateWindow(); |
| 1277 | } |
| 1278 | |
| 1279 | void CMainFrame::RemoveSplashScreen() { |
| 1280 | if (!m_D3Splash) |