扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
BOOL AnimateWindow(HWND hWnd,DWORD dwTime,DWORD dwFlags) |
//////////////////////////////////////////////////// int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||!m_wndToolBar.LoadToolBar(IDR_MAINFRAME)) { TRACE0("Failed to create toolbar\n"); return -1; // fail to create } if (!m_wndStatusBar.Create(this) ||!m_wndStatusBar.SetIndicators(indicators, sizeof(indicators)/sizeof(UINT))) { TRACE0("Failed to create status bar\n"); return -1; // fail to create } // TODO: Delete these three lines if you don’t want the toolbar to // be dockable m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY); EnableDocking(CBRS_ALIGN_ANY); DockControlBar(&m_wndToolBar); CenterWindow();//使窗口运行时居于屏幕正中央 AnimateWindow(GetSafeHwnd(),500,AW_CENTER);//动画方式打开窗口 return 0; } void CMainFrame::OnClose() { // TODO: Add your message handler code here and/or call default AnimateWindow(GetSafeHwnd(),500,AW_CENTER|AW_HIDE); //在窗口关闭时,同样以动画的方式结束 CFrameWnd::OnClose(); } void CMainFrame::OnUpdateFrameTitle(BOOL Nada) { //本函数用于修改窗口标题栏 CString csAppName; csAppName.Format(AFX_IDS_APP_TITLE); SetWindowText("Visual C++6.0编程序实例"); } |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者