搜索资源列表
cursor
- VC源码-VC source R11/0350V0400N
41-60
- vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows 2000下关机 58 屏蔽系统热键 59 获取文件图标 6
用VC++编写的实时捕捉光标位置程序
- 用VC++编写的实时捕捉光标位置的程序。在VC下编译通过。-with VC + + real-time capture of the cursor position procedures. The VC compile.
用VC++在基于对话框的程序中动态更改光标源代码
- 用VC++在基于对话框的程序中动态更改光标源代码.raR 自己下下来好好看哈吧-VC based on the dialog process dynamic changes in the cursor source code. RaR themselves down under it properly Hardy
xianshidonghuaguangbiao
- 在vc++6.0编程环境下实现光标的动画显示-in vc 6.0 programming environment for cursor animation shows
MyCursor
- 更换系统光标使用VC++编辑环境 程序运行后能够显示此时现在的光标形状,还可以更改为其他光标-replacement system using VC cursor editing environment after running this time now to show the cursor shape, also can be used for other cursor
VC++Studio
- 1.检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号<>)前面,键入快捷键“Ctrl+]”。如果括号匹配正确,光标就跳到匹配的括号处,否则光标不移动,并且机箱喇叭还会发出一声警告声。 2.查看一个宏(或变量、函数)的宏定义 把光标移动到你想知道的一个宏-1. Check whether the matching brackets moving cursor to the need to dete
Cursor
- 此程序显示了温度和压力的实时曲线图,当用户要观察某一时刻的温度压力值时,输入时刻值,即可出现游标。-This program displays the temperature and pressure of real-time graph, when the user to observe a moment of temperature and pressure values, enter the time value, the cursor can appear.
VC窗体分割
- 基于VC界面编程的经典列子,比如窗体分割,实现QQ程序的抽屉效果,定义光标热区,图片的伸缩显示,获得指定点颜色,以动画方式弹出关闭窗口-Based on the classic VC Liezi programming interface, such as partition form to achieve QQ procedures drawer effect, the definition of the cursor hot zone, stretching picture shows th
DocumentManagementSystem
- 毕业设计:VC++\SQL 2000 《文档管理系统》主要用于对企业的文档进行有效管理,其主要包括基本信息、文档管理和系统设置。系统的功能性强,操作灵活,是您企业进行文档管理的最佳帮手。 操作注意事项 用户在使用《文档管理系统》之前,应注意以下事项: (1)在登录系统之前应先附加数据库,否则无法运行。 (2)本系统的初始用户名为:mr,密码为:mrsoft。 (3)本系统完全支持按〈Enter〉键跳到下一文本框的功能,用户无需再通过鼠标定位光标位置。 -Documen
9_2
- VC中容器和游标的使用,一个简单的例子-VC cursor in the containers and the use of a simple example. .
CButton
- 由VC++中的CButton类扩展的经典风格按钮,严格来说是由CButton的派生类CLinkButton为基础而制作,用此派生类制作的按钮外观类似静态控件类CStatic 产生的效果,当鼠标移到按钮上并未按下时,光标改变形状,字体改变形状;按钮类似应用在工具条和菜单上的扁平效果,对Windows经典风格喜欢的朋友相信也会喜欢本款按钮。-By VC++ in the Class CButton button to expand the classical style, strictly spea
VC_Programming_cursor_position_capture_the_classic
- VC编程开发实时捕捉光标位置经典代码VC Programming cursor position to capture the classic real-time code-VC Programming cursor position to capture the classic real-time code
VC_programming_code_examples_how_use_wait_cursor.r
- VC编程实现如何使用等待光标实例代码VC programming code examples of how to use the wait cursor-VC programming code examples of how to use the wait cursor
HotCursor
- vc定义光标热区的程序源码,有兴趣的朋友学习一下。-vc cursor hot zone defined program source code, learn about friends who are interested.
gb
- vc 动态设置窗体的光标的程序源码,很不错的demo -vc cursor dynamically set the form' s source code, very good demo
CursorHotDemo
- vc 在对话框中定义光标的热区\CursorHotDemo 的程序源码-vc cursor in the dialog box defined hot zone \ CursorHotDemo the program source code
vc-dialog-auto-change(3)
- 实时捕捉光标位置.rar 实时捕捉光标位置.rar-Real-time capture the cursor position. Rar real-time capture the cursor position. Rar real-time capture the cursor position. Rar
Cursor
- VC++彩色光标ColorCursor程序源码下载,也就是把鼠标的光标变成特殊的样子,而且是彩色的,如示例截图所示,光标就可变成以上四种样子,挺个性,其实,实际编程中我们不怎么这么用,本例仅是用于学习彩色光标的实现原理。-Source download of VC++ color Cursor ColorCursor program, that is, the mouse cursor into a special look and color, such as sample screensho
vc.netcurs
- VC.NET源码创建和关闭一个等待光标,平时的鼠标状态是箭头,等待(忙时)的状态是另一种图符,这个VC.NET源码将还原鼠标忙时的状态符号,并编写了一个关闭忙时状态的源码,欢迎学习vc++.NET的新手们参考。-The VC.NET source to create and close a wait cursor, the normal state of the mouse arrow, wait for the status (busy) is another icon, this the s