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

Search list

[Dialog_WindowCLabel_demo

Description: 扩展的CStatic控件,有了它,在窗口输出各种漂亮的文字就变得简单了-CStatic control expansion, with its output in a variety of beautiful window becomes simple text
Platform: | Size: 53248 | Author: 里斯 | Hits:

[Windows DevelopSoft20060210164956943

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

[Windows Developnewpane8

Description: 电子八极管的另一种实现:一个能显示整数和浮点数的电子八极管cstatic 。最近读了别人的一个电子八极管的实现,觉得结构不是很清晰,遂自己实现了一个,比较简单,可作为入门读物。-E-octupole another tube to achieve: one can show that integer and floating-point control of the electronic octupole cstatic. Recently read other people' s possession of an electronic octupole realization that the structure is not very clear, was a realization of their own, relatively simple and can be used as primer.
Platform: | Size: 4531200 | Author: 明媚 | Hits:

[Windows Develophorizontaltextstatic

Description: 横向滚动播放的cstatic控件。可以作为程序的广告条。-Horizontal scroll controls cstatic play. Procedures can be used as banner ads.
Platform: | Size: 1910784 | Author: 明媚 | Hits:

[Windows DevelopCPPHtmlStatic_MFC

Description: User build MFC classes for view control. Control based on CStatic for displaying HTML-like text formatting elements :)
Platform: | Size: 329728 | Author: Cake | Hits:

[OtherCppCode

Description: C++经典源代码 CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 enum_display_modes_demo.zip enum_display_modes_src.zip   列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。 iconbutton_demo.zip iconbutton_src.zip   创建一个按钮,并在上面显示图标。 jpeglib_demo.zip jpeglib_src.zip   利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。-C++ classic source code
Platform: | Size: 353280 | Author: Dill | Hits:

[Static controlxyGraph

Description: 画类似于系统CPU监控的CStatic子类-Painting is similar to the system CPU subclass CStatic control
Platform: | Size: 1024 | Author: ding | Hits:

[Windows DevelopStaticmouseMove

Description: 在static上响应鼠标移动事件, 因为一般的static控件是不能响应鼠标事件的, 本程序告诉你如何添加鼠标事件-Static response in the mouse events, because the static control is not responding to mouse events, this program tells you how to add a mouse event
Platform: | Size: 7418880 | Author: wl | Hits:

[GUI DevelopCH2

Description: 《Windows多媒体编程基础》第二章源代码 LoadPic 演示位图加载和缩放显示功能 PageV 演示CHtmlView类的简单使用,用户可以在应用程序中打造自己的浏览器(功能非常强大,看你怎么用) ST 演示CStatic控件的用法。证明静态不静(可以充满动感) MyButtonTest 演示普通按钮的动态创建 MyBitmapButton 演示位图按钮的动态创建 -" Windows Multimedia Programming" chapter LoadPic demo source code to load and scaling bitmap display PageV simple demonstration categories CHtmlView use, the user application can create its own browser (very powerful to see how to use your ) ST demo use CStatic control. Static is not static proof (can be dynamic) MyButtonTest general presentation MyBitmapButton button to create a dynamic presentation of the dynamic bitmap to create buttons
Platform: | Size: 1616896 | Author: 王辉 | Hits:

[Static controlCST

Description: 带有褪色效果的CStatic控件,放多几排控件看上去很有动感。-Bleaching effect with CStatic control, put a few more looks very dynamic scheduling control.
Platform: | Size: 20480 | Author: 阿初 | Hits:

[Multimedia DevelopVideoClass

Description: 摄像头实时显示类,用的是VFW接口,给大家参考一下咯…. 使用方法: 1. 包含头文件VideoShow.h和cpp文件VideoShow.cpp。 2. 在对话框中加一个静态文本控件CStatic,拖出一个适合大小的矩形。矩形不能太小,否则上面的图像将显得过小。 3. 改变其ID,比如将IDC_STATIC改为IDC_VIDEO,还可以设置一些矩形框的边框模式或者显示模式,比如设置成有边框,模式框架。 4. 在ClassWizard中为静态控件IDC_VIDEO生成一个成员变量m_video. 5. 找到定义m_video的地方,将CStatic改为CVideoShow.同时在相应的头文件上包含类的头文件:#include "VideoShow.h"。 6. 运行程序即可。 -Real-time display camera category, VFW interface is used to refer to pyronaridine .... Usage: 1. VideoShow.h contains header files and cpp files VideoShow.cpp. 2. In the dialog box, add a static text control CStatic, out of a suitable size rectangle. Rectangle can not be too small, otherwise the image will appear above is too small. 3. To change their ID, for example, will IDC_STATIC changed IDC_VIDEO, can also set a number of rectangular box frame mode or display mode, for example, into a frame set, the framework model. 6. Running procedures.
Platform: | Size: 91136 | Author: 雷兵 | Hits:

[GUI DevelopCButton

Description: 由VC++中的CButton类扩展的经典风格按钮,严格来说是由CButton的派生类CLinkButton为基础而制作,用此派生类制作的按钮外观类似静态控件类CStatic 产生的效果,当鼠标移到按钮上并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平效果,对Windows经典风格喜欢的朋友相信也会喜欢本款按钮。-By VC++ in the Class CButton button to expand the classical style, strictly speaking is a CButton derived class based on CLinkButton production, produced by the derived class of the button looks like a type of static control CStatic effects, when mouse moved did not press the button, the cursor changes shape to change the shape of the font button similar to the application menu in the Toolbar and the effect of the flat on the Windows classic style like a friend would like to believe that the button in this paragraph.
Platform: | Size: 24576 | Author: 602 | Hits:

[GUI Developpsg3bk722

Description: using CStatic,CDialogBar,SendMessage,listctrl,wave CSliderCtrl,etc.it s especially used to primary study.
Platform: | Size: 7370752 | Author: 卞光曹 | Hits:

[Internet-NetworkMyBrowser

Description: 超级链接的实现。采用从CStatic类继承一个子类,完成鼠标移动消息、鼠标左键点击、静态文本颜色字体控制、实现shell功能。-The realization of hyperlinks. Class used to inherit from a CStatic subclass complete mouse message, click the left mouse button, static text font color control, shell functions to achieve.
Platform: | Size: 98304 | Author: | Hits:

[Multimedia DevelopC3DPortal

Description: CStatic派生类,可以为应用程序提供加载和显示三维物体的能力。-A CStatic derived class that can be dropped into an application to provide the ability to load and display 3D objects
Platform: | Size: 185344 | Author: Jim Wong | Hits:

[GUI DevelopSkin

Description: 自定义滚动条控件,利用CStatic控件派生一个自定义滚动条CCustomScroll,在CStatic控件上利用位图绘制滚动条箭头,滚动块及滚动区域-Custom scroll bar control, the use of a CStatic derived custom control scrollbar CCustomScroll, in CStatic control on the use of digital mapping scroll bar arrows, scroll rolling blocks and regional
Platform: | Size: 4790272 | Author: 周燕 | Hits:

[GUI DevelopLayeredBitmapCtrl_src

Description: This article is about a CStatic derived class that supports multiple bitmap layers. The CLayeredBitmapCtrl class allows you to add/remove/show/hide bitmap layers on a static control. Each bitmap layer can have a user defined transparent color retrieve the transparent color from a specified location in the bitmap. This allows the background bitmap to be visible through the transparent color of another bitmap layer. Tool tips are also used so that each layer can display its own description. Each layer can also have a non-transparent region that allows the tool tip to be displayed only when the mouse is over the non-transparent portion of the layer. The first layer is not usually set to transparent because it is used as the background. All of the other layers should have the transparent flag set, otherwise the first layer will not be visible, unless the layer is smaller and rectangular.-This article is about a CStatic derived class that supports multiple bitmap layers. The CLayeredBitmapCtrl class allows you to add/remove/show/hide bitmap layers on a static control. Each bitmap layer can have a user defined transparent color or retrieve the transparent color from a specified location in the bitmap. This allows the background bitmap to be visible through the transparent color of another bitmap layer. Tool tips are also used so that each layer can display its own description. Each layer can also have a non-transparent region that allows the tool tip to be displayed only when the mouse is over the non-transparent portion of the layer. The first layer is not usually set to transparent because it is used as the background. All of the other layers should have the transparent flag set, otherwise the first layer will not be visible, unless the layer is smaller and rectangular.
Platform: | Size: 21504 | Author: pudnuploader | Hits:

[Windows DevelopAnalogClock_src

Description: This article describes how you can add a static control to show an alog clock. This control is derived from CStatic. First of all, add Clock.h and Clock.cpp files to your project. Select Resource tab from Workspace window, and select your dialog that you want to add an analog clock. Select Static Control from Control Toolbox and draw it on dialog (Figure 1). Change it s ID from IDC_STATIC to IDC_CLOCK.-This article describes how you can add a static control to show an analog clock. This control is derived from CStatic. First of all, add Clock.h and Clock.cpp files to your project. Select Resource tab from Workspace window, and select your dialog that you want to add an analog clock. Select Static Control from Control Toolbox and draw it on dialog (Figure 1). Change it s ID from IDC_STATIC to IDC_CLOCK.
Platform: | Size: 2048 | Author: pudnuploader | Hits:

[Windows DevelopCPPHtmlStatic_demo

Description: 在对话框上的静态控件显示HTML格式文本的实例-A control based on CStatic for displaying HTML-like text formatting elements.
Platform: | Size: 402432 | Author: 刘瑾 | Hits:

[Static controlTestStatic

Description: 一个CStatic控件的扩展,可以显示数据比例信息-A CStatic control, expansion of the proportion of information you can display the data
Platform: | Size: 39936 | Author: 徐守高 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

CodeBus www.codebus.net