文件視圖,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ReleaseDC CreateFile WriteFile GlobalUnlock GlobalFree CloseHandle CPaintDC CBitmap CreateCompatibleDC CreateCompatibleBitmap PtInRect BitBlt DeleteObject CPoint ShowWindow ClientToScreen GetWindowDC GetWindowRect CFileDialog CWinApp CSingleDocTemplate CCommandLineInfo UpdateWindow CDialog CDataExchange CDocument CView CPrintInfo GetClientRect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary CreateDialog
標(biāo)簽: SelectObject MoveWindow CFrameWnd CreatePen
上傳時間: 2014-12-21
上傳用戶:yan2267246
坐標(biāo)映射 Coping、CSize和CRect 顏色和顏色對話框 圖形設(shè)備接口 畫 筆 畫 刷 繪 圖 示 例 字體和字體對話框 常用文本輸出函數(shù) 文本格式化屬性 計算字符的幾何尺寸 文檔內(nèi)容顯示及其字體 改變 使用圖形編輯器 位 圖 圖標(biāo) 光 標(biāo) 打印與打印預(yù)覽機(jī)制 打印與打印預(yù)覽的設(shè)計 完整的示例
標(biāo)簽: Coping CSize CRect 對話框
上傳時間: 2016-01-27
上傳用戶:pinksun9
·DVR-MPEG4編碼播放器 相關(guān)函數(shù)/類: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
上傳時間: 2013-04-24
上傳用戶:dyy618
一、改變視圖背景色: 在CView的OnDraw函數(shù)中添寫如下一段程序代碼: void CFileNameView::OnDraw(CDC* pDC) { CFileNameDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); CRect rectClient; CBrush brushBkColor; GetClientRect(rectClient); brushBkColor.CreateSolidBrush(RGB(255,0,0)); //顏色設(shè)置 pDC->DPtoLP(rectClient); pDC->FillRect(rectClient,&brushBkColor); … }
標(biāo)簽: VC代碼
上傳時間: 2013-10-27
上傳用戶:liuqy
vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ShowWindow WinExec
標(biāo)簽: sqlCOleSafeArray CDataExchange GetWindowRect SetWindowText
上傳時間: 2015-11-08
上傳用戶:lunshaomo
COleSafeArray CWnd CDialog CDataExchange CTime GetWindowRect MessageBox GetWindowText SetWindowText GetDlgItem SetDlgItemText CString EndDialog CCmdTarget GetDlgItemText CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu EnableWindow IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ShowWindow WinExec
標(biāo)簽: COleSafeArray CDataExchange GetWindowRect GetWindowText
上傳時間: 2014-12-03
上傳用戶:gmh1314
EVC 實現(xiàn)GetPrivateProfileString的功能,并且可以轉(zhuǎn)換成CRect、CSize、COLORREF等類型
標(biāo)簽: GetPrivateProfileString EVC
上傳時間: 2013-12-26
上傳用戶:2404
VC之改變控件的大小和位置 用CWnd類的函數(shù)MoveWindow()或SetWindowPos()可以改變控件的大小和位置。 void MoveWindow(int x,int y,int nWidth,int nHeight) void MoveWindow(LPCRect lpRect) 第一種用法需給出控件新的坐標(biāo)和寬度、高度; 第二種用法給出存放位置的CRect對象; 例:
標(biāo)簽: MoveWindow int SetWindowPos CWnd
上傳時間: 2016-07-28
上傳用戶:xfbs821
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1