2023年全國碩士研究生考試考研英語一試題真題(含答案詳解+作文范文)_第1頁
已閱讀1頁,還剩14頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領

文檔簡介

1、修改應用程序外觀修改應用程序外觀建立一個單文檔的MFC應用程序,修改一個應用程序的外觀和大小,要在應用程序的窗口創(chuàng)建之前去修改,1.在CMainFrame類的類的PrecreateWindow()函數(shù)中去創(chuàng)建。函數(shù)中去創(chuàng)建。BOOLCMainFrame::PreCreateWindow(CREATESTRUCTTODO:ModifytheWindowclassstylesherebymodifyingtheCREATESTRUCTcsc

2、s.cx=300寬度cs.cy=200高度cs.stylecs.style=cs.style這兩個表達式一樣cs.style=WS_OVERLAPPEDWINDOW也可以直接給這個類型賦值cs.lpszName=“維唯為為“窗口標題returnTRUE2.用SetWindowLong在窗口創(chuàng)建之后改變外觀,在CMainFrame類中的OnCreate()函數(shù)中去編寫代碼。intCMainFrame::OnCreate(LPCREATES

3、TRUCTlpCreateStruct)if(CFrameWnd::OnCreate(lpCreateStruct)==1)return1if(!m_wndToolBar.CreateEx(thisTBSTYLE_FLATWS_CHILD|WS_VISIBLE|CBRS_TOP|CBRS_GRIPPER|CBRS_TOOLTIPS|CBRS_FLYBY|CBRS_SIZE_DYNAMIC)||!m_wndToolBar.LoadTool

4、Bar(IDR_MAINFRAME))TRACE0(“Failedtocreatetoolbarn“)return1failtocreateif(!m_wndStatusBar.Create(this)||!m_wndStatusBar.SetIndicats(indicatssizeof(indicats)sizeof(UINT)))TRACE0(“Failedtocreatestatusbarn“)return1failtocrea

5、tecs.lpszClass=“l(fā)uowei.g“修改成自己定義的類修改成自己定義的類returnCView::PreCreateWindow(cs)4.利用利用AfxRegisterWnd函數(shù)修改函數(shù)修改在CMainFrame::PreCreateWindow中添加:cs.lpszClass=AfxRegisterWndClass(CS_HREDRAW|CS_VREDRAW00LoadIcon(NULLIDI_WARNING))cs.

6、lpszClass=AfxRegisterWndClass(CS_HREDRAW|CS_VREDRAW)設置成缺省值設置成缺省值AfxRegisterWndClassLPCTSTRAFXAPIAfxRegisterWndClass(UINTnClassStyleHCURShCurs=0HBRUSHhbrBackground=0HICONhIcon=0)ReturnValueAnullterminatedstringcontainingt

7、heclassname.YoucanpassthisclassnametotheCreatememberfunctioninCWndotherCWndderivedclassestocreateawindow.ThenameisgeneratedbytheMicrosoftFoundationClassLibrary.NoteThereturnvalueisapointertoastaticbuffer.Tosavethisstring

8、assignittoaCStringvariable.ParametersnClassStyleSpecifiestheWindowsclassstylecombinationofstylescreatedbyusingthebitwise(|)operatfthewindowclass.FalistofclassstylesseetheWNDCLASSstructureintheWin32SDKdocumentation.IfNULL

9、thedefaultswillbesetasfollows:?SetsthemousestyletoCS_DBLCLKSwhichsendsdoubleclickmessagestothewindowprocedurewhentheuserdoubleclicksthemouse.?SetsthearrowcursstyletotheWindowsstardIDC_ARROW.?SetsthebackgroundbrushtoNULLs

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論