-
C#自定义图文控件,支持鼠标悬停时变更图片、底色、字体
1、继承Control控件,实现图片、文字的显示功能
2、支持鼠标进入控件时更改图片、底色、字体的功能
3、使用属性保存正常状态、鼠标进入状态、选中状态下的图片、字体、底色等,方便易用
可用于学习C#下的自定义控件的开发方法
- 2022-01-28 17:27:39下载
- 积分:1
-
数据处理的所有组方法
数据处理的分组方法(GMDH)是一个家庭的感应
- 2022-04-15 10:19:07下载
- 积分:1
-
beam data management for source code
横梁数据管理器程序源代码-beam data management for source code
- 2022-04-19 19:04:48下载
- 积分:1
-
NT Event Log Writer
NT Event Log Writer - how to write event into Widnows event log using this tool-NT Event Log Writer- how to write event into Widnows event log using this tool
- 2022-02-06 01:16:00下载
- 积分:1
-
Compile the source program: 1. Remove the " Read Only" attribute. 2. In...
编译源程序:
1. 去掉“只读”属性。
2. 在SQL Server2000中,附加数据库UGMS。
3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。
运行Realease:
1. 确认已安装VC 6.0。
2. 在SQL Server 2000中,附加数据库UGMS。
3. 运行程序的Debug版或者Release版。
4. 参考该书第10章的内容操作。 -Compile the source program: 1. Remove the " Read Only" attribute. 2. In SQL Server2000, the additional database UGMS. 3. Compiled from the source file location and database location of impact. Namely, HMS copy of the entire project can be compiled anywhere. Run Realease: 1. Make sure to install VC 6.0. 2. In the SQL Server 2000, the additional database UGMS. 3. To run programs or Release version of the Debug version. 4. Reference to the contents of the book Chapter 10 operation.
- 2022-08-15 15:53:18下载
- 积分:1
-
windows控制台下的俄罗斯方块
一款调用windows api编写的控制台下的俄罗斯方块,所以游戏功能均已实现,操作流畅
- 2023-05-14 10:30:04下载
- 积分:1
-
圈子圈套1 讲IT界商战故事的小说,作者乃一业界小牛,讲述着自己或他人的故事...
圈子圈套1 讲IT界商战故事的小说,作者乃一业界小牛,讲述着自己或他人的故事-story of business of IT
- 2023-02-03 21:25:03下载
- 积分:1
-
TCPip 服务器和客户端
卓越的 tcpip 服务器和客户端套接字使用 delphi 7。
用于客户端和服务器套接字之间进行通信。
- 2023-04-27 09:25:03下载
- 积分:1
-
一个初学win32 SDK编程的小程序。
一个初学win32 SDK编程的小程序。-a beginner win32 small SDK programming procedures.
- 2022-01-28 18:06:08下载
- 积分:1
-
VS2010遍历pc上usb设备。 包含控制器 hub port 设配id 等信息
usb其实和串口是一样的,其端口也是固定的(如果你不接扩展hub)。有时一台电脑接多个相同的usb设备,如果接连个摄像头(前后各一个),我们如果区分打开的是哪一个呢?1、先把usb设备先遍历出来,得到usb信息(设备串等)。2、通过打开usb设备时返回信息(这个很重要 //usb#vid_1d27&pid_0600#5&10ef021e&0&5#{c3b5f022-5a42-1980-1909-ea72095601b1})。3、遍历注册表得到usb设备信息(#define USB_REGPATH "SYSTEMCurrentControlSetEnumUSB" )。4、通过第1条的设备串、第2条打开设备返回信息、注册表。就可以确定usb设备(控制器->hub->端口)
- 2022-10-31 17:35:03下载
- 积分:1