搜索资源列表
SComm_helper
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d definition CMSComm category four control v
serial
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm
staruml-Manual
- StarUML 是一种生成类图和其他类型的统一建模语言(UML)图表的工具。 首先,我们必须先安装将要使用的软件。StarUML ,是一个开放源码软件, 遵循GPL 协议许可(GNU 公共许可证) ,并免费提供下载。 安装以后就可以启动该程序。 然后,一个名叫:New Project By Approach 的对话框会弹出。选择“Empty Project”并且按下"确定"。这里建议你不要勾选"设置为默认的做法" 复选框。 在右边的“Model Explorer”框
ImageLayer
- 以打开对话框的形式打开MapObjects支持的栅格图层,完成显示-MapObjects support raster layer, open the Open dialog box, in the form of completed display
ImageLayer-(3)
- 以打开对话框的形式打开MapObjects支持的所有格式中shp格式的图层,完成显示-MapObjects support the Open dialog box, in the form of open format shp format layer, to complete the display
AdExplorer.chm
- Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog
MFC-Open-the-save-file-dialog-box
- 开发窗口应用程序中,一般都会使用到文件保存对话框,我在这里提供其中一种方法-Developing windows applications, usually to a file using the Save dialog box, I am here to provide methods
mediaplayer
- 编写代码实现制作一个音频文件播放器。只需要实现如图所示的简单界面,点击打开弹出对话框,打开一个.wav的波形音频文件,点击“播放”按钮开始播放,点击“停止”按钮则停止播放,按“关机”按钮则退出应用程序。-Develop code that implements an audio file player. Only need to implement a simple interface as shown, click to open the pop-up dialog box to open a
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的