-
这个文件很重要,它是数据库编程的基础,关于如何进行最基本的软件编程...
这个文件很重要,它是数据库编程的基础,关于如何进行最基本的软件编程-this document is very important, it is the Database Programming, on the basis of how the basic software programming
- 2023-02-01 04:40:03下载
- 积分:1
-
一个伟大的Win32系统菜单的例子(不是MFC!!!)
A Great Win32 System Menu Example (NOT MFC !!!)
- 2023-02-06 11:50:04下载
- 积分:1
-
一个模仿Office 2007风格的工具条(组合)空间代码
一个模仿Office 2007风格的工具条(组合)空间代码-a copy of Office 2007 style tools (portfolio) space code
- 2022-02-13 00:00:06下载
- 积分:1
-
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为t...
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。
2. BOOL OnComportOpen()
根据串口设置文件中的设置参数,打开多串口。
3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind)
往指定串口发送数据。其中uiCom为指定的串口,注意串口1的uiCom为0;sSendData为要发送的字符串; uiKind: 发送数据类型:0:原始数据 1:加回车符 2:加校验和。
4.void OnMscommsSet()
打开串口设置界面,改变串口设置,并保存到设置文件中。
5.BOOL OnComportTimerProcess(CString strProcess[MaxPort])
判断串口接收的一组数据是否已经接收完。
6. BOOL OnPopupDialog()
打开串口收发数据显示调试界面。
7. BOOL OnGetPortUse(unsigned int uiCom) .
判断指定串口是否使用。
8. BOOL OnGetPortExit(unsigned int uiCom)
判断指定串口在本机上是否存在。
9. void OnPortClose(unsigned int uiCom)
关闭指定串口。
10. void OnPortOpen(unsigned int uiCom)
打开指定串口。
11. void OnCloseAllPorts()
关闭所有串口。
12. void OnOpenAllPorts()
打开所有串口。
-1.BOOL OnCommsCreate (CWnd* pParentWnd) Serial create the DLL while creating five serial. PParentWnd pointer to the window, but generally this. 2. BOOL OnComportOpen () Serial document under the
- 2022-01-22 14:42:47下载
- 积分:1
-
绝对酷的Office XP菜单示例.rar
绝对酷的Office XP菜单示例.rar-absolutely cool Office XP menu examples. Rar
- 2023-06-13 11:25:03下载
- 积分:1
-
带图标的菜单 带图标的菜单 带图标的菜单 带图标的菜单
带图标的菜单 带图标的菜单 带图标的菜单 带图标的菜单-icon with a menu i con with a menu i con with a menu i con with a menu i con with a menu icon with the icon menu with the Menu
- 2022-03-16 04:17:10下载
- 积分:1
-
这是一个打印的程序,里面主要是用到TMetaFile这个图元对象来实现的,希望可以帮助大家....
这是一个打印的程序,里面主要是用到TMetaFile这个图元对象来实现的,希望可以帮助大家.-This is a Print procedures, inside is mainly used TMetaFile yuan this plan to achieve the target, we hope to help.
- 2022-03-11 09:35:38下载
- 积分:1
-
Right
很酷的右键弹出菜单,绝对值得,代码简单,下载后直接使用
-Right-cool pop-up menu, is worth, the code is simple, downloaded directly use
- 2022-07-03 07:30:06下载
- 积分:1
-
一本c#的编程源码
一本c#的编程源码-a c# programming source
- 2022-04-09 21:05:17下载
- 积分:1
-
相关方法:
PictureBox.point(x,y)得到(x,y)点的RGB值
PictureBox.PSet(x,y) z: 设置(x,y)点的颜...
相关方法:
PictureBox.point(x,y)得到(x,y)点的RGB值
PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色
不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。
-correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the (x, y) of the color of color z But the picture here after coming here to Load for conversion, because it is not in accordance with the pixel value to the.
- 2023-09-05 12:30:04下载
- 积分:1