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

Search list

[Button controlbtnst

Description: 平面、带图片的按钮该例子应用从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.
Platform: | Size: 23552 | Author: 代伟 | Hits:

[Windows DevelopCButtonST

Description: 多种button的演示代码,非常实用-multiple button of the display code, a very practical
Platform: | Size: 136192 | Author: 陈杰 | Hits:

[Internet-NetworkMessager

Description: 用来在局域网中发送消息,包装了"Net send"。可以进行消息轰炸^_^。 可供参考的东西是界面实现的部分,即如何实现非标准的windows界面。 感谢cbuttonst和cflatcombobox的作者。 接收方需要开启messenger服务。-used in LAN messaging, packaging, the "Net send." Can news bombing ^ _ ^. For reference interface is something achieved, namely how to achieve non-standard Windows interface. Thank cbuttonst cflatcombobox and the author. The receiving side needs to open the messenger service.
Platform: | Size: 31744 | Author: 刘东 | Hits:

[Button controlCButtonST

Description: 一个好用的按钮类可以直接在程序里面用的不信你可以-a handy button type can be directly used in the inside of a letter you can try
Platform: | Size: 453632 | Author: 天下无双 | Hits:

[GUI Develop按钮CButtonST最新版2005

Description: 已经封装成类,直接使用,非常方便。 button风格多样,可以自己继承使用-category has been packaged as a direct use of the very convenient. Button diverse styles, can use their inheritance
Platform: | Size: 282624 | Author: tjm | Hits:

[GUI Develop200552631931248

Description: 让CButtonST 类支持鼠标掠过时发声 vc综合编程-mouse support category followed audible vc integrated programming
Platform: | Size: 54272 | Author: zl | Hits:

[Button controlBitmapButton_new

Description: Wince下 EVC4.0编写的,将网上原有的图形按钮CButtonST再加以完善,增加可以直接使用BMP位图,而不是只有Icon.并且,按钮文字可以自动设置左右排列或上下排列方式。-under preparation, the Internet's original graphic buttons CButtonST perfect addition to increase the direct use of bitmap BMP, not only Icon. Furthermore, the button text can be automatically installed with or around next sequence.
Platform: | Size: 62464 | Author: 何杰 | Hits:

[Button controlbutton5

Description: 本例是演示如何在按钮上显示图标与文字,本例用到了CButton派生的CButtonST类。-the cases is an illustration of how the icon displayed on the button with the words, this example uses CButton derived CButtonST category.
Platform: | Size: 16384 | Author: 范岩 | Hits:

[Dialog_WindowCbuttonSTinterface

Description: 这是一个我自己编写的小程序!里面用到了CButtonST类!在工程中添加了几个CButtonST类的文件,用以实现它在界面编成中的一些功能!对话框背景改变实在WM_ERASEBKGND消息处理函数中实现的。-my own procedures for the preparation of small! CButtonST used inside the class! In engineering CButtonST add several categories of documents to meet its interface into the functional! Dialog background of change can WM_ERASEBKGND message processing function realized.
Platform: | Size: 158720 | Author: yzl | Hits:

[Button controlbtn

Description: 实现CButtonST的功能,有很多各种各样的按钮风格-CButtonST realize the function, there are many a variety of button styles
Platform: | Size: 2357248 | Author: ccnlzp | Hits:

[GUI Developcbuttonst

Description: 一个非常适用的多文档界面编程的范例,嘿嘿,不是我写的哈-A Multiple Document Interface application programming examples,嘿嘿, Kazakhstan is not what I wrote
Platform: | Size: 1000448 | Author: 青石板 | Hits:

[Button controlcbuttonst

Description: cbuttonst 一个好好用的buttonst的例子,无限制-cbuttonst used buttonst a good example of an unrestricted
Platform: | Size: 770048 | Author: haha | Hits:

[Button controlCButtonST_demo

Description: 非常经典的 按钮类CButtonST 的实例demo-Very classic example of CButtonST category button demo
Platform: | Size: 923648 | Author: | Hits:

[Button controlCButtonST_demo

Description: CButtonST的源代码,漂亮-CButtonST the source code, beautiful
Platform: | Size: 285696 | Author: | Hits:

[Windows CEBitmapButton

Description: PocketPC2003的MFC程序漂亮的位图按钮的evc实现(带例程) 现在开发一些PPC上应用程序,最一个好看的界面也是很重要的,给人以美好的感觉。位图按钮是其中的一个重要部分。 这个位图按钮是用VC上98年就出来的一个CButtonST类修改而来的,因为PPC上一些函数的处理和PC不同,所以进行了修改。例如PPC上一般情况下,没有鼠标在没有按下时划过这样的事件,不过这里还是做了这种情况的处理。再就是DrawText函数,要移动一下位置才能够正确画到按钮中央。 将BtnST文件复制就可以使用。 通过SetIcon函数来指定按钮的鼠标在其中和不在其中的图片,给它两个图标资源就可以了。 按钮有几种设置可以选择,是否为平按钮(PPC上也可以做突起按钮),是否绘画边框,文字方向等等。 如果需要实现更多的特效,可以修改CBtnST类的DrawTheIcon中具体绘图的部分来实现。 基本使用方法: 1.在对话框类中添加一个CButtonST变量 2.在Initdialog中SetIcon(ICON1,ICON2) 3.在DoDataExchange中添加DDX_Control(pDX, 按钮ID, CButtonST变量)-err
Platform: | Size: 35840 | Author: jacky | Hits:

[GUI Developcbuttonst

Description:
Platform: | Size: 49152 | Author: | Hits:

[OtherMYNOTE

Description: 这是从我们程序设计报告中摘录的: (1)读入静态存储的一页文章,每行最多不超过80个字符,共N行: (1)分别统计出其中英文字母、数字、空格的个数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符依次前移。 2)输入一段字符,在输入过程中即时统计并显示其中字母、数字、空格的个数。 3)若文章内容中还有中文字符,请统计出其中中文字符的个数。 4)对重要的资料,用户可选择加密,并在提供正确密钥的前提下正确解密 功能模块: 1. 基本功能:CmynoteView,实现文件、编辑等操作 2. 统计模块:Cstatistics,统计数字、字母、汉字的个数。 3. 加密模块:C_DES,用DES加密、解密文本。 4. 密钥模块:CDLGDesKey,输入密码,对DES密钥初始化。 5. 美化按钮模块:CbuttonST,对按钮属性美化 6. 显示模块:设置视图属性,包括字体颜色、背景颜色等
Platform: | Size: 199680 | Author: yang | Hits:

[Button controlBtnTest

Description: CButtonST类功能的一个简单使用说明,还有添加了一些美化方式,是CButtonST类的一个缝合使用示例-CButtonST functional use of a simple description, there are ways to add some landscaping is kind of a suture CButtonST the use of sample
Platform: | Size: 2483200 | Author: StamHe | Hits:

[Button controlWinXP

Description: 基于CButtonST和CThemeHelperST类实现漂亮的XP按钮效果,适合初学者学习使用-Based on CButtonST and category realize CThemeHelperST beautiful XP button effects, suitable for beginners learning to use
Platform: | Size: 117760 | Author: tt | Hits:

[Button controlCButtonST

Description: 一个非常有名的个性插件类,里面包含了实例和其中的那个类。呵呵,希望能够帮助到需要做特色按钮的朋友们-A very well-known personality type plug-ins, which contains examples and one of the categories. Ha ha, I hope to help the need to make friends feature button
Platform: | Size: 1048576 | Author: anchor | Hits:
« 1 23 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net