-
ios 自定义menu
自定义的ios menu,支持颜色、位置、横竖屏等属性,可以作为popup menu的替代
- 2022-04-08 16:49:58下载
- 积分: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
-
vc 制作多样的菜单源码,包括 源码,可执行程序,帮助文件
vc 制作多样的菜单源码,包括 源码,可执行程序,帮助文件-vc produced varied menu source code, including source code, executables, help files
- 2022-07-16 14:51:15下载
- 积分:1
-
智能报警器
能探测三十米内可疑对象
带语音提示与时钟报警功能...
智能报警器
能探测三十米内可疑对象
带语音提示与时钟报警功能-Intelligent Alarm can detect suspicious objects within 30 meters with voice prompt and alarm clock functions
- 2022-03-14 00:20:46下载
- 积分:1
-
改善IDE环境,扩展菜单,当组件太多时进行分类,方便使用
改善IDE环境,扩展菜单,当组件太多时进行分类,方便使用-IDE environment to improve and expand the menu, too many components at the classification, user-friendly
- 2022-03-07 22:00:31下载
- 积分:1
-
connection dialog can be achieved and how to connect to the menu. It is very eas...
可以实现连接对话框和菜单如何连接的. 可以很容易的教会你使用.dll连接.-connection dialog can be achieved and how to connect to the menu. It is very easy to use your church. Dll connections.
- 2022-12-03 21:35:03下载
- 积分:1
-
使用C#编写,仿照OUTLOOK2003菜单工具条,可以做工具型窗口参考
使用C#编写,仿照OUTLOOK2003菜单工具条,可以做工具型窗口参考-prepared to use C#, modeled on the OUTLOOK2003 menu of tools that can be done reference tool-type window
- 2022-08-24 04:26:25下载
- 积分:1
-
一个程序来计算阶乘,输入范围一内的所有数,然后结果…
一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!但还有些小问题请高手指点!-A program to count factorial, inputing all the number in range one,then the result of it may show! But there are some questions inviting the master-hand finger out.
- 2022-03-07 20:08:57下载
- 积分:1
-
菜单项可以根据配置文件自动实时动态变化的菜单
菜单项可以根据配置文件自动实时动态变化的菜单-A menu which items would be automatically changed dynamic and realtime by configuration file
- 2023-08-02 08:05:03下载
- 积分: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