Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Cstatic
Search - Cstatic - List
介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-introduced a CButton the derived classes CLinkButton using this type derivative produced buttons with the following characteristics : 1, buttons similar to the appearance of the static control type CStatic the target. 2, when the mouse button to move the cursor, but have not pressed, the cursor changes shape, font change shape; Button similar application of the tools and menu button on the flat results. 3, when the button is pressed at the three dimensional (embossing).
Date : 2008-10-13 Size : 10.35kb User : fish

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-introduced a CButton CLinkButton the derived class, using this type derivative produced buttons with the following characteristics : 1. button similar appearance CStatic Static Control category of object. 2, when the mouse button to move the cursor, but have not pressed, the cursor changes shape, font change shape; button similar application of the tools and menu button on the flat results. 3, when the button is pressed at the three dimensional (embossing).
Date : 2008-10-13 Size : 54.19kb User : 郑正明

按钮的外观类似静态控件类CStatic 产生的对象当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果当按钮按下时有立体感(凹凸)
Date : 2008-10-13 Size : 62.7kb User : chen

一个可以改变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
Date : 2008-10-13 Size : 2.73kb User : sunrise

CStaticButton is a class derived from MFC CStatic class. With this class your applications can have standard buttons or new and modern buttons with flat style
Date : 2008-10-13 Size : 63.93kb User : 悠然君

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。
Date : 2008-10-13 Size : 52.82kb User : 段平平

平面、带图片的按钮该例子应用从CButton派生而来的CButtonST类和从CDC派生而来的CMemDC类,来实现平面、带图片的按钮,这两个类不需任何修改即可使用,方便、实用,该例子还应用从CStatic派生而来的CHyperLink类实现了在对话框实现超连接,使用跟上面两个类一样方便,值得学习。- The plane, the belt picture button this example application derives the CButtonST kind from CButton which comes and the CMemDC kind which derives from CDC comes, realizes the plane, the belt picture button, these two kinds do not need any revision then to use, convenient, practical, this example also applied the CHyperLink kind which derived from CStatic comes to realize in the dialog box has realized the ultra connection, used is equally convenient with above two kinds, is worth studying.
Date : 2026-01-11 Size : 23kb User : 代伟

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-introduced a CButton the derived classes CLinkButton using this type derivative produced buttons with the following characteristics : 1, buttons similar to the appearance of the static control type CStatic the target. 2, when the mouse button to move the cursor, but have not pressed, the cursor changes shape, font change shape; Button similar application of the tools and menu button on the flat results. 3, when the button is pressed at the three dimensional (embossing).
Date : 2026-01-11 Size : 10kb User : fish

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-introduced a CButton CLinkButton the derived class, using this type derivative produced buttons with the following characteristics : 1. button similar appearance CStatic Static Control category of object. 2, when the mouse button to move the cursor, but have not pressed, the cursor changes shape, font change shape; button similar application of the tools and menu button on the flat results. 3, when the button is pressed at the three dimensional (embossing).
Date : 2026-01-11 Size : 61kb User : 郑正明

按钮的外观类似静态控件类CStatic 产生的对象当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果当按钮按下时有立体感(凹凸)-Button on the appearance of similar types of static control CStatic object created when the mouse cursor over the button, but did not press when the cursor to change shape, change the font shape button similar applications in the toolbar and menu button when the effect of a flat button press has a three-dimensional sense of time (Bump)
Date : 2026-01-11 Size : 62kb User : chen

一个可以改变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
Date : 2026-01-11 Size : 2kb User : sunrise

CStaticButton is a class derived from MFC CStatic class. With this class your applications can have standard buttons or new and modern buttons with flat style
Date : 2026-01-11 Size : 64kb User : 悠然君

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-The introduction of a CButton derived class CLinkButton, use this button to create derived class has the following characteristics: 1, buttons, the appearance of similar types of static control CStatic object created. 2, when the mouse cursor over the button, but did not press when the cursor to change shape, change the font shape button similar applications in the toolbar and menu buttons on the effect of the flat. 3, when the button is pushed in a sense has a three-dimensional (convex).
Date : 2026-01-11 Size : 60kb User : 段平平

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。 -Introduce a CButton derived class CLinkButton, use this button to create a derived class has the following characteristics: 1, the button looks like a static control CStatic class generated objects. 2, when the mouse cursor to the button, but not pressed, the cursor changes shape to change the shape of the font button to similar applications in the toolbar and menu button on the flat results. 3, when the button is pressed when three-dimensional (bump).
Date : 2026-01-11 Size : 55kb User : haoren45

介绍一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点: 1、按钮的外观类似静态控件类CStatic 产生的对象。 2、当鼠标的光标移到按钮上,但并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平钮效果。 3、当按钮按下时有立体感(凹凸)。-Introduce a CButton derived class CLinkButton, use this button to create a derived class has the following characteristics: 1, the button looks like a static control type CStatic object created. 2, when the mouse cursor to the button, but not pressed, the cursor changes shape, font change shape similar applications in the toolbar button and menu button on the flat results. 3, when the button is pressed, a three-dimensional (convex).
Date : 2026-01-11 Size : 59kb User : 郑强

Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic MessageBeep SetBkMode GetStockObject RedrawWindow SetCursor SetWindowLong CreateFontIndirect IsWindow GetWindowRect-Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic object as usual the MessageBeep SetBkMode the GetStockObject the RedrawWindow the SetCursor the SetWindowLong the CreateFontIndirect the IsWindow the GetWindowRect
Date : 2026-01-11 Size : 1.66mb User : cici

一个本人写得界面友好的时钟,时钟继承CStatic类,封装为ocx控件,()
Date : 2026-01-11 Size : 54kb User : kfuher
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.