搜索资源列表
autorepeat_button_src.zip
- 这是一个简化的CSeekButton控件,它是一个简单的按钮,当按下时可以增加或减少一个值。方向(正向或负向),初始值,步长,最小和最大值都可以配置。
按钮控件01
- 扩展控钮控件,在按钮上增加位图,有两个焦点点击时,可分别点相当于两个按钮。-extend control button to control the button to add bitmap, two focus click, can be the equivalent of two point button.
triangle_button
- 将按钮形状改为三角形,增加界面的可视性,并且单击按钮时形状会改变。为压缩文件,无解压密码。-button will change triangular shape and increase the visibility interface, and click the button will change shape. For compressed files without extracting passwords.
68687684564557thjt
- Button增加了鼠标掠过发声的功能,可以美化你的应用程序-flew audible mouse functions, beautify your applications
shujuyasuo
- 用VB实现数据压缩形成编码 这条增加的边存放在变量tree中的第k个元素上,可以这样认为,tree中从第1 到第k号元素中存放了TE和U的信息。注意:在算法思想中我们特别提醒了TE和U的动 态性,表现在算法中,这种动态性 体现在循环变量k的变化上-VB data compression coding that form the edge of the increase in the variables stored in the tree k elements, we can d
LBSpinDemo
- 一个自绘制SPIN控件类CLBSpinButtonCtrl.该类实现了标准CSpinButtonCtrl控件所有的功能之外,还增加了自动使箭头变灰autodisabling的功能。-a category CLBSpinButtonCtrl SPIN controls. To achieve such a standard CSpinButtonCtrl controls all functions, has also increased the arrow so automatic greyed
dfstoolbar
- 这个工具栏控件由TToolBar继承,它增加了一个“最大化/恢复”按钮。这个按钮由Netscape浏览器中而来。单击这个按钮,工具栏缩小并隐藏其控制,再次单击则恢复。-the toolbar controls by TToolBar inheritance, it adds a "maximize / restore" button. Button from the Netscape browser from. Click the button, toolbar narrow
动态增加控件
- 在程序中动态增加相应的控件,程序虽小,但对新手还是很有用的.-dynamic process in the corresponding increase controls and procedures is small, but the novice or very useful.
MyDBNavigator
- C++BUILDER下的增加Caption属性的数据导航空件,是对原数据导航空件的改进。-C BUILDER increase under the Caption property of the air navigation data, the number of the original pieces of data space navigation improvements.
BitmapButton_new
- 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
filevw21
- FileView ActiveX 控件允许你在应用程序中增加一个象Windows Explorer一样的listview,并显示所有的文件夹及文件-FileView ActiveX controls allow you to add applications as a Windows ws Explorer the same error, and that all the folders and documents
AddBarItemLinks
- 这是一个C#控件 增加了一些常用功能,界面变的更好看了-This is a C# controls added to the usual features, interface change better read
StatBarButn
- 在状态栏增加按钮,如果在状态栏添加按钮相信有时会给你带来不少额外的功能!-increase in the status bar button, if the state to add additional buttons believe that sometimes give you a lot of additional features!
Millenium
- 源码数量的增多并会降低本站下载自由下载此源码(选择自由下载数就会增加1次-increase in the number of source code would reduce site download a free download this source (free download options will increase a few times
5ivb_702608
- FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
truecolorbutton
- 为按钮增加色彩,相当于某些换皮肤软件的功能-button to increase the color of the skin for the equivalent of some software functions
TextProgressCtrler
- 实现进度条的数字显示,随着进度的增加数字动态显示增加-achieving progress of the figures, with the progress of the increase in the number increased dynamic display
3d
- 3d演示,这是一个3d的演示程序,是我从互联网上随便找的,你们这个网站的站长一定是脑袋进水了,相处这么一套机制来增加人气~
CSharpAddRemoveControls
- WindowsForm中动态增加或者删除控件
Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。