-
Using visual c++ 6.0 Drawing realize from the menu, such as documents and view t...
用visual c++ 6.0 实现自绘制的菜单,像文件和查看等菜单,文件打开,文件保存等按钮的实现-Using visual c++ 6.0 Drawing realize from the menu, such as documents and view the menu, etc., the document opens, save the file, such as button realize
- 2022-01-26 05:21:22下载
- 积分:1
-
本例实现了一个简单扩展菜单,根据人员的选择动态显示菜单内容。...
本例实现了一个简单扩展菜单,根据人员的选择动态显示菜单内容。-the cases to achieve a simple expansion of the menu, according to the choice of dynamic display menu contents.
- 2022-02-14 08:26:57下载
- 积分:1
-
这是本人写的一个实用动态菜单,稍加修改就可以做出更好的运态生成菜单...
这是本人写的一个实用动态菜单,稍加修改就可以做出更好的运态生成菜单-I write this is a practical dynamic menu, a little change can make better Win State Generation menu
- 2023-02-02 23:15:03下载
- 积分:1
-
it is a menu
it is a menu
- 2023-02-22 08:55:03下载
- 积分:1
-
Right
很酷的右键弹出菜单,绝对值得,代码简单,下载后直接使用
-Right-cool pop-up menu, is worth, the code is simple, downloaded directly use
- 2022-07-03 07:30: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
-
1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windo...
1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作 响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code#
- 2022-08-03 14:11:26下载
- 积分:1
-
Estructura 菜单
现在 el 标准的身材奥尔德马 de la Estructura de 地方 normalmente lo USO 帕尔 dar Privilegios 罪洛杉矶 Usuarios Que ingresan mi Sistema
- 2022-01-24 17:06:02下载
- 积分:1
-
BCMenu3034 cool menu controls, Multi
BCMenu3034很酷的菜单控件,多文档例子。-BCMenu3034 cool menu controls, Multi-document examples.
- 2022-05-09 04:34:19下载
- 积分:1
-
一个SDI(单
一个SDI(单文档界面)的应用,通过File菜单中的Create New Frame命令能够创建一个位于顶层的SDI应用,但关闭主应用后其它的窗口也将关闭,程序由Visual C++ 5.0开发-an SDI (single-document interface) applications, through the File menu on the Create New Frame order to create one at the top of SDI applications, but closed after the other main application window will be closed and procedures developed in Visual C 5.0
- 2023-07-28 03:00:04下载
- 积分:1