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

Search list

[Static controlalexf_histogram_src

Description: CStatic-derived histogram control. The CAlexfStaticHistogram control is a lightweight class suitable for displaying histograms. You can add new columns, additional text, change text orientation and direction of motion (if you change data at runtime). -CStatic-derived histogram control. The CAlexfStaticHistogram control is a lightweight class suitable for displaying histograms. You can add new columns, additional text, change text orientation and direction of motion (if you change data at runtime).
Platform: | Size: 2967 | Author: Tom | Hits:

[Button controlowndrowbtn

Description: 介绍一个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).
Platform: | Size: 10599 | Author: fish | Hits:

[Static controlimagepreview

Description: 一个基于CStatic的图片preview控件,VC环境直接可以用-a picture preview controls, VC environment can be used directly
Platform: | Size: 137977 | Author: 罗宾 | Hits:

[Otherlabelexx

Description: 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。-do the user interface, often have to use some static text control, showing some textual information, but the MFC CStatic functional categories are too simple, unable to meet senior needs. This, I CStatic derived from a type CLabelEx, expanded CStatic. The first drop, the level of inadequate Please be forgiven.
Platform: | Size: 23864 | Author: gzd | Hits:

[Button controlLinkBtnDlg

Description: 介绍一个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).
Platform: | Size: 55486 | Author: 郑正明 | Hits:

[Static controlXColorStatic_demo

Description: 可以改变颜色和字体的CSTATIC的派生类-can change colors and fonts CSTATIC the derived classes
Platform: | Size: 33323 | Author: lingxpei | Hits:

[GUI DevelopHyperlinkDemo

Description: 这是一个由CStatic类派生出来的自定义类,实现了超链接的功能,完全免费,完全共享,只需导入文件。-This is a category from CStatic derived from the definition of the category to achieve a hyperlink function free, fully shared only import documents.
Platform: | Size: 545464 | Author: gdrgt | Hits:

[Static controlSmartAtt10

Description: 继承CStatic控件,实现超级链接功能-succession CStatic controls to achieve super-link functions
Platform: | Size: 5862 | Author: wu nan | Hits:

[Windows DevelopCClockST_src

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
Platform: | Size: 6430 | Author: 易天行 | Hits:

[OtherLoadGif

Description: 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL / ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx w
Platform: | Size: 365419 | Author: 王易 | Hits:

[GDI-BitmapLoadGff

Description: 前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-ago on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. renovation of time spent on this category, transformation and can be applied to any such MFC, WTL / ATL and other INDOWS API programming. As the original CPictureEx inherited from CStatic category that after transformation, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx would use,
Platform: | Size: 365412 | Author: 陈真 | Hits:

[Static controlInfobarCtrl

Description: InfobarCtrl 可设置背景颜色的CStatic扩展-InfobarCtrl can set the background color CStatic expansion
Platform: | Size: 4578 | Author: 赵 永 | Hits:

[Static controlMyClockCtrl

Description: 一个本人写得界面友好的时钟,时钟继承CStatic类,封装为ocx控件。-I write a friendly interface clocks succession CStatic category, Packaging for ocx control.
Platform: | Size: 78398 | Author: mrashima | Hits:

[Static control20060713162757_led

Description: 从CSTATIC类派生出动态的LED,大小可条,颜色自定义-CSTATIC category derived from the dynamic out of the LED, sizes, colors defined
Platform: | Size: 71443 | Author: maowf | 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:

[Static controlStaticCounter_demo

Description: 一个CStatic的子类,模仿LED数码管的显示方式,增加了界面的丰富性,提供源码,适用于初学者。-a CStatic child class, copying of digital LED display, increase the richness of the interface, providing the source code, apply to beginners.
Platform: | Size: 33169 | Author: 张宁 | Hits:

[OtherVC_CClockST

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
Platform: | Size: 59986 | Author: benpaomf | Hits:

[Other resource1ClockST

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
Platform: | Size: 122852 | Author: 康健 | Hits:

[Other resourceAnimationGif_demo

Description: 基于mfc对话框,利用cstatic类实现动画功能,不错的源码程序-based mfc dialog, use cstatic Class of animation features, a good source programs
Platform: | Size: 221262 | Author: 王召霞 | Hits:

[Static controlTestDigitalControl

Description: 依托CStatic类,改造的控件,可以绘出很漂亮的数字标尺,标准类封装,方便用户调用和二次开发与改造。谢谢使用~
Platform: | Size: 36925 | Author: 科第 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net