-
Combobox使用
Combobox控件VC编程
- 2022-08-14 06:47:12下载
- 积分:1
-
用Turboc2开发Turboc2用户界面
用Turboc2开发Turboc2用户界面-Turboc2 with user interface development Turboc2
- 2022-05-15 21:01:11下载
- 积分:1
-
用菜单形式作的Java文本编辑器。功能类似于Windows下的记事本。供Java开发者学习菜单用。...
用菜单形式作的Java文本编辑器。功能类似于Windows下的记事本。供Java开发者学习菜单用。-menu form using Java for the text editor. Similar to the function of the Windows Notepad. For Java developers to learn menu.
- 2022-11-17 04:55:03下载
- 积分:1
-
我都说了我是个学生了嘛,只不过想找个原代码而已一,为什么要我上传这么多的代码呢...
我都说了我是个学生了嘛,只不过想找个原代码而已一,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find only one source, why should I upload the code so much?
- 2023-01-05 11:10:03下载
- 积分:1
-
Create Image Menus for Visual Basic Developper
Create Image Menus for Visual Basic Developper
- 2023-02-13 20:55:03下载
- 积分:1
-
一般情况下,SDI主窗口标题形式为: "文档标题
一般情况下,SDI主窗口标题形式为: "文档标题 - 主窗口标题"。
参见winfrm.cpp的代码:
void CFrameWnd::OnUpdateFrameTitle(BOOL bAddToTitle)
{
-Under normal circumstances, SDI main window title of the form: the document title- the title of the main window. See winfrm.cpp code: void CFrameWnd:: OnUpdateFrameTitle (BOOL bAddToTitle) (
- 2023-06-10 15:50:03下载
- 积分:1
-
一个子类的源代码,包含菜单、MDI窗体背景等8个演示程序
一个子类的源代码,包含菜单、MDI窗体背景等8个演示程序 -a subclass of the source code contains the menu, MDI Form 8 background Demonstration Program
- 2022-03-11 22:08:39下载
- 积分:1
-
这是JAVA程序,如课本中讲的一样,这是APPLET 程序
这是JAVA程序,如课本中讲的一样,这是APPLET 程序-Java programs, such as textbooks say, this procedure is APPLET
- 2022-08-12 19:00:22下载
- 积分:1
-
javascript 写的很好用的树型菜单
javascript 写的很好用的树型菜单-was a good use of the tree menu
- 2023-04-04 14:45: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