Welcome![Sign In][Sign Up]
Location:
Search - Cfont

Search list

[EditBox改变窗口的背景和字体颜色

Description: 改变窗口控制的背景颜色和字体,cfont类-change the window control the background color and font, type cfont
Platform: | Size: 1350443 | Author: 二毛 | Hits:

[Other resourceCFont

Description: 简单的程序,大家共享,欢迎提意见或者攻击都可以 -simple procedures, share, or welcomed opinions can attack
Platform: | Size: 41564 | Author: jgf | Hits:

[File Operatenotview

Description: 文件视图,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-document View, CFrameWnd CWnd CStatic CRect MoveWindow Creat ePen CSize CDC SetBkMode SelectObject CPen Lin eTo SetTextColor CString TextOut CFont Back Font DrawText CreateDC GetDeviceCaps DeleteD C GetObject GlobalAlloc GlobalLock GetStockO bject GetDC RealizePalette Get SelectPalette DIBits ReleaseDC CreateFile WriteFile Global Unlock GlobalFree CloseHandle CPaintDC CBitm ap CreateCompatibleDC CreateCompatibleBitm ap PtInRect BitBlt DeleteObject CPoint ShowWi ndow ClientToScreen GetWindowDC GetWindowRe ct CFileDialog CWinApp CSingleDocTemplate CC ommandLineInfo UpdateWindow CDialog CDataEx change CDocument CView CPrintInfo GetClientR ect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary Cre ateDialog
Platform: | Size: 26729 | Author: slansam | Hits:

[Other resourcej_9213_hotel

Description: SetCursor CWnd LoadCursor DestroyWindow CDialog GetClientRect C Button GetStockObject CFont GetWindowLong SetWindowLong GetWindowRect BeginDeferWindowPos EnableWindow DeferWindowPos EndDeferWindowPos InvalidateRect UpdateWindow GetCursorPos CPoint SetCapture GetCapture ReleaseCapture CallWindowProc CPaintDC DrawEdge PtInRect SetFocus CMenu-SetCursor CWnd LoadCursor DestroyWindow CDialog GetClientRect C Button GetStock Object CFont GetWindowLong SetWindowLong Get WindowRect BeginDeferWindowPos EnableWindo w DeferWindowPos EndDeferWindowPos Invalida teRect UpdateWindow GetCursorPos CPoint SetC apture GetCapture ReleaseCapture CallWindow Proc CPaintDC DrawEdge PtInRect SetFocus CMen u
Platform: | Size: 534933 | Author: zzz | Hits:

[Multimedia programwenziduojiaodushuchu

Description: 该程序主要是向大家介绍如何使用LOGFONT结构和CFont对象来输出各种文字体.其中主要的输出处理都集中在OnPaint()函数中,要学会在VC中对程序的逐步创建.-the program is mainly to tell you about how to use the LOGFONT structure and CFont object to the output kinds of characters. One of the major export processing are concentrated in OnPaint () function. VC should learn in the process of putting in place.
Platform: | Size: 8665 | Author: 张宁 | Hits:

[Button controllabel

Description: 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLORREF crText) CLabel& SetText(const CString& strText) CLabel& SetFontBold(BOOL bBold) CLabel& SetFontName(const CString& strFont) CLabel& SetFontUnderline(BOOL bSet) CLabel& SetFontItalic(BOOL bSet) CLabel& SetFontSize(int nSize) CLabel& SetSunken(BOOL bSet) CLabel& SetBorder(BOOL bSet) CLabel& FlashText(BOOL bActivate) CLabel& FlashBackground(BOOL bActivate) CLabel& SetLink(BOOL bLink) CLabel& SetLinkCursor(HCURSOR hCursor) // Attributes public: protected: void ReconstructFont() COLORREF m_crText HBRUSH m_hBrush HBRUSH m_hwndBrush LOGFONT m_lf CFont m_font CString m_strText BOOL m_bState BOOL m_bTimer BOOL m_bLink FlashType m_Type HCURSOR m_hCursor // Operations
Platform: | Size: 2797 | Author: sunrise | Hits:

[GDI-BitmapGDIueser

Description: 这是一个简单的文本输入应用程序 写字板是自定义的: 具体先建个Font dlg; 在里面添加个List Box以供给我们字体菜单 其对应变量 m_Font; 具体代码在CFont类中添加
Platform: | Size: 45829 | Author: 许两 | Hits:

[Other resourceCPenCBrushCFont(VC++)

Description: 本程序通过运用CPen,CBrush,CFont实现了图像和字体的创建和显示。
Platform: | Size: 1945385 | Author: 梁小亮 | Hits:

[GUI Developnewasp200611413439593

Description: int PosFromChar(UINT nChar) // 通过指定的字符获得其x轴的位置 int CharFromPos(int nPosX) // 通过给定的x轴的位置获得相应的字符 void CutString() // 剪切字符串 void PasteString() // 粘贴字符串 void CopyString() // 拷贝字符串 void MakeBKGround(CDC *pDC, COLORREF clrBegin, COLORREF clrEnd, CRect rect) // 生成窗口背景 CString m_strEdit // 当前包含的文本。 CString m_strSelect // 当前选择的文本。 CPoint m_ptCursor // 当前光标的位置。 CPoint m_ptTxtBegin // 文本的起始位置。 CPoint m_ptFirst // 鼠标左键按下时的第一点位置。 CPoint m_ptSecond // 鼠标当前的位置。 int m_nCharPos // 当前光标处于第几个字符的后面,从0开始计数。 int m_nShowChar // 在编辑框中第一个显示的字符,从0开始计数。 int m_nMaxShowChars // 在编辑框中一次最多显示的字符数量 。 int m_nSelectBegin // 选择的字符的起始位置。 int m_nSelectEnd // 选择的字符的终止位置。 CBitmap m_BmpBK // 背景图片。 CFont m_TxtFont // 文本的字体。 TEXTMETRIC m_tm // 文本字体的信息。
Platform: | Size: 37930 | Author: yang | Hits:

[Static controlCTestWindow

Description: 上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。
Platform: | Size: 840 | Author: chenwb | Hits:

[Button controlCtrlFont

Description: 在VC中修改字体大小的一段示例程序,此程序写在OnInitDlg中,请耐心查看.主要是调用Cfont类中的函数.-changes in VC font size of a sample program, this procedure was in OnInitDlg, requested patience View. Call Cfont is mainly a function of class.
Platform: | Size: 11905 | Author: 王小名 | Hits:

[Windows DevelopmfcFont

Description: 学习MFC字体的代码。-learning MFC font code.
Platform: | Size: 26624 | Author: scarpel | Hits:

[Button controlCtrlFont

Description: 在VC中修改字体大小的一段示例程序,此程序写在OnInitDlg中,请耐心查看.主要是调用Cfont类中的函数.-changes in VC font size of a sample program, this procedure was in OnInitDlg, requested patience View. Call Cfont is mainly a function of class.
Platform: | Size: 11264 | Author: 王小名 | Hits:

[EditBox改变窗口的背景和字体颜色

Description: 改变窗口控制的背景颜色和字体,cfont类-change the window control the background color and font, type cfont
Platform: | Size: 1349632 | Author: 二毛 | Hits:

[Other resourceCFont

Description: 简单的程序,大家共享,欢迎提意见或者攻击都可以 -simple procedures, share, or welcomed opinions can attack
Platform: | Size: 4043776 | Author: jgf | Hits:

[Multimedia programwenziduojiaodushuchu

Description: 该程序主要是向大家介绍如何使用LOGFONT结构和CFont对象来输出各种文字体.其中主要的输出处理都集中在OnPaint()函数中,要学会在VC中对程序的逐步创建.-the program is mainly to tell you about how to use the LOGFONT structure and CFont object to the output kinds of characters. One of the major export processing are concentrated in OnPaint () function. VC should learn in the process of putting in place.
Platform: | Size: 296960 | Author: 张宁 | Hits:

[Button controllabel

Description: 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLORREF crText) CLabel& SetText(const CString& strText) CLabel& SetFontBold(BOOL bBold) CLabel& SetFontName(const CString& strFont) CLabel& SetFontUnderline(BOOL bSet) CLabel& SetFontItalic(BOOL bSet) CLabel& SetFontSize(int nSize) CLabel& SetSunken(BOOL bSet) CLabel& SetBorder(BOOL bSet) CLabel& FlashText(BOOL bActivate) CLabel& FlashBackground(BOOL bActivate) CLabel& SetLink(BOOL bLink) CLabel& SetLinkCursor(HCURSOR hCursor) // Attributes public: protected: void ReconstructFont() COLORREF m_crText HBRUSH m_hBrush HBRUSH m_hwndBrush LOGFONT m_lf CFont m_font CString m_strText BOOL m_bState BOOL m_bTimer BOOL m_bLink FlashType m_Type HCURSOR m_hCursor // Operations-A static text box can change the font, size, color, class enum FlashType (None, Text, Background) class CLabel: public CStatic (//Constructionpublic: CLabel () CLabel
Platform: | Size: 2048 | Author: sunrise | Hits:

[GDI-BitmapGDIueser

Description: 这是一个简单的文本输入应用程序 写字板是自定义的: 具体先建个Font dlg; 在里面添加个List Box以供给我们字体菜单 其对应变量 m_Font; 具体代码在CFont类中添加 -This is a simple text input application is customizable WordPad: first to build a specific Font dlg inside to add a List Box in order to supply our font menu its corresponding variable m_Font specific code to add CFont Class
Platform: | Size: 45056 | Author: 许两 | Hits:

[Graph DrawingCPenCBrushCFont(VC++)

Description: 本程序通过运用CPen,CBrush,CFont实现了图像和字体的创建和显示。-This procedure through the use of CPen, CBrush, CFont realize the images and fonts to create and display.
Platform: | Size: 1945600 | Author: 梁小亮 | Hits:

[ComboBoxCFont

Description: 利用选择字体的例子来试验combox控件的用法-Select the font to use examples to test the combox control the usage of
Platform: | Size: 1917952 | Author: jingyangw | Hits:
« 12 »

CodeBus www.codebus.net