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

Search list

[Static controlstatic_12

Description: 本程序从CStatic派生CXJWDigitClock类,用于实现数字时钟。-This procedure CXJWDigitClock category derived from CStatic for the realization of the digital clock.
Platform: | Size: 36864 | Author: vcswath | Hits:

[Static controlRutineDemo

Description: 公交路线模拟(在开发有关地理定位的应用程序时,程序中经常需要描述各个地点的位置以及交通路线情况。为了清晰、准确地描述某个地点信息,通常采用图形和文字相结合的方式。本例实现了一个公交路线的模拟程序,利用CStatic控件存储各个站点信息)。-Bus route simulation (in the development of geo-positioning applications, the programs often need to describe the location of various locations and traffic route. In order to clear, accurate description of a location information, usually a combination of graphics and text the way. The Example realization of a bus route simulation program, using CStatic control information stored in various sites).
Platform: | Size: 243712 | Author: 蔡开成 | Hits:

[Picture Viewerpng_helper

Description: VC中实现png文件的显示功能,能够实现透明显示,各种效果,-Png files in VC realize the display function, to achieve a transparent display, various effects,
Platform: | Size: 552960 | Author: Libz | Hits:

[Static controldigitalclock

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

[Button controllinkbtn

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

[Static controlCTestWindow

Description: 上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。-Above began in the establishment of the code window and CStatic. Then the establishment of one type CFont object.
Platform: | Size: 1024 | Author: chenwb | Hits:

[Static controlstatic1

Description: CStatic文本的外观 首先在单击1行中调用CTestWindow::Create函数。它是CFrameWnd对象的Create函数,因为CTestWindow从CFrameWnd继承了其行为。所以第一行中的代码指定了窗口大小应该为200×200个象素,窗口的左上角被初始化在屏幕的0,0位置处。常数rectDefault可用CRect参数来替代。-CStatic text the appearance of the first line in one click call CTestWindow:: Create function. It is a CFrameWnd object Create function, because CTestWindow inherited from CFrameWnd their behavior. So the first line of code specifies the window size should be 200 × 200 pixel, the window has been initialized in the upper left corner of the screen position 0,0. CRect parameter rectDefault constants can be used as substitutes.
Platform: | Size: 1024 | Author: chenwb | Hits:

[OthercclockST

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

[Static controlHLink

Description: 用于处理超级链接的类,可以直接在vc6中使用,从CStatic继承。-Used to deal with the type of hyperlink can be used directly in vc6, inherited from CStatic.
Platform: | Size: 6144 | Author: ck | Hits:

[Static controlbeautiful_static

Description: vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
Platform: | Size: 61440 | Author: Qin Qiang | Hits:

[VC/MFCcstatic

Description: c语言中的static静态变量使用注意事项及重点说明-c language static variables static Caution and focusing on
Platform: | Size: 107520 | Author: zjh | Hits:

[Dialog_WindowMyDlg

Description: 在对话框上添加可分割的视图,使用继承于CStatic类的CFligControl类,实现了视图的分割-Add in the dialog box can be separated from view, the use of inheritance in the CStatic class CFligControl category, achieved a view of the partition
Platform: | Size: 35840 | Author: 竹滨 | Hits:

[Static controlTransStatic

Description: 透明的标签控件!!重载即可.然后和平常使用CSTATIC搬的使用即可-Transparent label control! ! Overloading can be. CSTATIC then and the normal use of the use of moving to
Platform: | Size: 2048 | Author: ouyanghaodong | Hits:

[Other1262523828

Description: VC 源代码 -------------------------------------------------------------------------------- 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功能。 -err
Platform: | Size: 1012736 | Author: yongchensong | Hits:

[OtherClock

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

[Windows DevelopCClockST

Description: 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类-A simple digital clock procedures, one of the date-type derived from MFC CStatic base class
Platform: | Size: 122880 | Author: 赵江 | Hits:

[GUI DevelopTimeST

Description: CClockST是一个来自MFC的CStatic类。CClockST是基于CStatic的扩展,可以将它放置在您的对话框中,并实现了一个简单的时钟和日期!如何将CClockST在应用到您的程序中需把ClockST.h、ClockST.cpp包含到你的工程中。-CClockST is a class derived from MFC CStatic class. CClockST just subclasses the supplied CStatic control in your dialog and implements a simple clock and date!
Platform: | Size: 5120 | Author: Athink | Hits:

[ComboBoxCheckableGroupboxDemo

Description: 一个对CStatic静态控件进行了扩展的示例,对CStatic控件增加了checkbox.-Often, we want to disable a set of controls in our dialog. A group box is a good control to categorise a few controls together, but unfortunately it cannot enable/disable its controls. I extended the CButton class and made it very simple to accomplish and it is encapsulated into one class. So, you can change the title of a group box into a check box or radio button (then you need more group boxes, of course). I must confess I borrowed some ideas of other talented programmers.
Platform: | Size: 34816 | Author: Athink | Hits:

[Static controlMyRoundMeter

Description: 基于CStatic的一个背景透明的工业仪表类,可设置仪表刻度,指针,表盘等颜色,有超限报警功能-Based on a background of transparent CStatic industrial instruments, instrument calibration can be set, pointer, dial color, etc., have overrun alarm function
Platform: | Size: 1669120 | Author: 曹洪太 | Hits:

[Static controlstatic

Description: 本程序从CStatic派生出CHyperlink,用于实现超级链接的各种功能-This procedure CStatic derived from CHyperlink, hyperlinks to achieve the various functions
Platform: | Size: 48128 | Author: archy | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net