-
界面清晰,易学易做! 1首先,登入系统! 有密码和用户名! 有右键菜单 2成功登入后,方可进行操作! 灰色菜单变得可用! 3接着分几个步骤进行!...
界面清晰,易学易做! 1首先,登入系统! 有密码和用户名! 有右键菜单 2成功登入后,方可进行操作! 灰色菜单变得可用! 3接着分几个步骤进行!-interface clear, easy to pick up! A First, log in! A password and user name! There are two menus right to log after they operate! Gray menu becomes available! Three points followed several steps!
- 2022-07-03 16:38:27下载
- 积分:1
-
把自己的菜单变的更加漂亮,程序界面更加美观,从中学到不少东西!...
把自己的菜单变的更加漂亮,程序界面更加美观,从中学到不少东西!-his menu becomes more beautiful and more attractive interface procedures and learn from a lot of things!
- 2022-12-26 17:20:03下载
- 积分:1
-
这是一个关于菜单的小例子,能够动态生成菜单。
这是一个关于菜单的小例子,能够动态生成菜单。-This is a menu on the small example, the menu can be dynamically generated.
- 2022-03-25 11:27:42下载
- 积分:1
-
下载按钮
- 2022-02-15 19:54:59下载
- 积分:1
-
动态建立主菜单选项
动态建立主菜单选项-establish dynamic menu option
- 2022-07-28 10:59:47下载
- 积分:1
-
一个XP
一个XP风格的菜单-an XP-style menu
- 2022-08-16 12:42:52下载
- 积分:1
-
this procedure is a simple Visual Basic 6.0 on the multi
本程序是关于VB6.0的简单菜单的多语言切换,通过对不同资源的加载,可以容易实现动态菜单的编程,它的实用价值也许不高,但是它的编程思想可以借鉴.-this procedure is a simple Visual Basic 6.0 on the multi-language menu switch to different resources through the loading, can easily achieve dynamic menu of programming, and its practical value may not be high, but it can draw on programming ideas.
- 2022-03-14 08:12:13下载
- 积分:1
-
使用VB同样可以制作带图标的菜单
使用VB同样可以制作带图标的菜单-use the same icon can be produced with the menu
- 2022-01-31 04:33:39下载
- 积分:1
-
很好看的菜单控件。有源代码及演示。
很好看的菜单控件。有源代码及演示。-good look at the menu controls. Active code and demonstrate.
- 2022-03-11 22:34:49下载
- 积分: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