搜索资源列表
实例86
- 在对话框中实现设置属性页-achieve in the dialog box to set a property page
状态栏的实例
- 介绍状态栏的使用,不同于课本的简单介绍。大家看看吧-An introduction to the use of statusbar. Different from the simple intro in text book.
CE_CSliderCtrl
- WinCE下的CSliderCtrl重载控件,支持贴图重绘,有了它,就可以在CE下做出各种自己喜欢的滑动条控件界面啦-Reloaded CSliderCtrl in WinCE, with the support of redrawing pictures. You can make slide bar controls as you wish under WinCE with this.
winsock控件
- 可以让程序图标显示在系统托盘处,并且有鼠标事件可供自由调用与定义-can show icons in the system tray, and mouse events are available for free calls and definitions
DelayLoad_source
- The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initializat
象QQ那样的快捷键截图程序代码
- 象QQ那样的快捷键截图程序代码你可以任意截取图形,还可以设置截取的快速方式-such as QQ screenshots of shortcuts you can code arbitrary interception graphics settings that can be intercepted in a rapid manner
r43
- 鲁棒控制器设计,由于RBF网络可以实现任意逼近的非线性关系,它的目标是要做到误差平方和最小,与非线性PCA的目标一致,所以上述非线性PCA的模型可以通过采用两个RBF网络来实现非线性正变换 和反变换 。RBF网络是一个三层前馈网络,隐层采用径向基函数作为激励函数。第一个RBF网络把高维空间的数据映射到低维空间(如图4),第二个RBF网络将前面网络输出的低维空间数据再映射到高维空间,实现数据恢复(如图5)。这两个网络分别进行训练。-robust controller design, as RBF
ScorllBar调色板
- 利用Scorll Bar控制R,G,B颜色,在一个面板上显示当前颜色.-use control Scorll Bar R, G, B color, in a panel that shows the current color.
StatuesBar
- 在对话框中实现自定义状态栏,并在状态栏上显示时间-in the dialog box to achieve defined status bar and status bar shows the time
ColourFulProgressBar
- ColourFulProgressBar是一个美丽怡人的进度条控件,该控件基本完善,谢谢大家的支持!(本控件已在VB6中调试通过)-ColourFulProgressBar is a beautiful backdrop to the progress of controls, the basic controls perfect, thank you for the support! (This control has been in VB6 through debugging)
statusandprogress
- 这个在状态栏中模拟程序进行的进度条,效果非常好,有现成的类,很容易再次利用-state in the column simulation program for the progress of the very good results, off-the-shelf type, very easy to use again
vb60
- rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and source code! Stored procedures
TrayIconUnit
- Delphi中托盘图标的实现,只要加载这个单元就可以-Delphi Icon in the realization that as long as the load cell can be
colorprocessbar
- 这是一个能够颜色渐变的进度条,为了让初学者掌握进度条的编程方法-This is a color to the gradual progress, in order to allow beginners grasp the progress of the programming method
glpgj
- 比较一般的截面编程程序,希望能给大家一些帮助,很好的网站-more general section of the program, in the hope of giving you some help, good site
zhuangtailan
- 程序在visual c++环境下运行,实现了对状态栏的使用,程序简单明了。-procedures in the visual c + + environment, realizes the right status bar the use of clear and simple procedures.
StatusFlash
- 一个用vc++编写的在状态栏中的动画演示,适合初学者学习-a vc used in the preparation of the state of the animation demo column, for beginners learning
pscontrol
- 本文件包含pscontrol.rar,是本人在VC环境下开发的小程序,用于实现在状态栏显示进程指示控制。-pscontrol.rar, I VC environment in the development of small procedures, used to achieve the status bar shows that the process of direct control.
Statusbar_use
- Statusbar 的用法。Statusbar是标准控件,在其panels中可以选择增加panel和减少panel。 -Statusbar usage. Statusbar standard controls, In its panels with the option to increase panel and reduce the panel.
DialogInDialog
- dialog in dialog 对话框嵌套,是比较好的适合做TAB控件特效的时候