-
VC produced a similar WORD navigation menu Demonstration Program
一个利用VC++制作的类似WORD导航菜单的演示程序-VC produced a similar WORD navigation menu Demonstration Program
- 2023-05-03 10:10:03下载
- 积分:1
-
javascript 写的很好用的树型菜单
javascript 写的很好用的树型菜单-was a good use of the tree menu
- 2023-04-04 14:45:04下载
- 积分:1
-
Multi
多文档应用程序代码,有网格,有背景的画图程序支持多种图形的绘制-Multi-document application code, there is a grid, there is a background Paint program supports a variety of graphics rendering
- 2023-02-27 12:40:03下载
- 积分:1
-
this paper is introduced in Visual C# programming on the menu, they may encounte...
本文主要是介绍了在用Visual C#进行有关菜单编程中,可能遇到有些问题。在解决这些问题的时候主要用到的是名称空间System.Windows.Forms中定义的二个对象MainMenu、MenuItem和这二个对象中定义的一些方法。当然这些方法还有一些其他的用法,有兴趣的读者可以参考有关书籍和浏览MSDN网站。-this paper is introduced in Visual C# programming on the menu, they may encounter some problems. In addressing these issues when the major use of the name space is defined in the System.Windows.Forms two MainMenu object, and that two MenuItem object definition of the method. Of course there are other methods to use, interested reader can refer to the books and visit the MSDN website.
- 2022-02-10 12:48:36下载
- 积分:1
-
一个不错的菜单
一个不错的菜单-a good menu
- 2023-05-10 11:30:03下载
- 积分:1
-
ios 自定义menu
自定义的ios menu,支持颜色、位置、横竖屏等属性,可以作为popup menu的替代
- 2022-04-08 16:49:58下载
- 积分:1
-
微信二次开发:自定义菜单
1、找到AppId和AppSecret。自定义菜单申请成功后,在“高级功能”-“开发模式”-“接口配置信息”的最后两项就是;2、根据AppId和AppSecret,以https get方式获取访问特殊接口所必须的凭证access_token;3、根据access_token,将json格式的菜单数据通过https post方式提交。
- 2022-12-25 11:15:04下载
- 积分:1
-
该程序是用java语言编写的菜单事件响应和MAPP…
该程序是用java语言编写的有关菜单的事件响应与绘制程序-that the procedure was used java language of the menu incident response and mapping procedure
- 2022-03-01 20:39:17下载
- 积分:1
-
漂亮的XP风格的代选项按钮的菜单
漂亮的XP风格的代选项按钮的菜单-beautiful XP style button in lieu of the menu options
- 2023-07-17 00:55:04下载
- 积分: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