登录
首页 » 界面开发 » VC实现串口通讯显示

VC实现串口通讯显示

于 2023-01-25 发布 文件大小:74.99 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

///////////////文件 commDlg.cpp//////////////// //一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法 class CAboutDlg : public CDialog { }; /********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/ CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { } void CAboutDlg::DoDataExchange(CDataExchange* pDX) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 有时候我们制作了很多个属性页,由于页数过多分成了几行,这是的用户难以分辨到底哪一个是被激活的.所以,我制作了这段代码,把激活的属性页的标题文字设为高亮....
    有时候我们制作了很多个属性页,由于页数过多分成了几行,这是的用户难以分辨到底哪一个是被激活的.所以,我制作了这段代码,把激活的属性页的标题文字设为高亮.-Sometimes we produce a lot of attributes page, the page is divided into a few too many firms, it is difficult to distinguish the users which in the end was an activated. So, I produced this code, activation of the title page attribute set highlighted text.
    2023-05-13 03:20:02下载
    积分:1
  • VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你...
    VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。-VC-style imitation of IE browser, multi-document program. This browser is written in vc6.0 interface similar to IE, but it is a multi-document program, in order to facilitate the switch between the various windows, plus there is a window on the toolbar list, where you can not hesitate to quickly switching window, you can double-click to make the window maximized. Toolbar with IE-style, only joined the most commonly used buttons. Some of the menu feature is not achieved, but you can right-click menu of features to complete.
    2022-03-24 01:08:29下载
    积分:1
  • 状态栏上的位图进度条
    状态栏上的位图进度条-status bar on the progress of the bitmap
    2022-03-05 00:34:24下载
    积分:1
  • MAC样式的按钮, MAC样式的按钮,MAC样式的按钮
    MAC样式的按钮, MAC样式的按钮,MAC样式的按钮-style button MAC, MAC-style button, the button styles MAC, MAC-style button
    2022-06-12 06:23:03下载
    积分:1
  • 如题:一个源的文本编辑器,包含了对edit,comb,list剪切板等扩展和使用,绝对有用...
    如题:一个开源的文本编辑器,包含了对edit,comb,list剪切板等扩展和使用,绝对有用-like that : an open-source text editor, including a pair of edit, comb, list Shear panel expansion and the use of such absolutely useful
    2022-02-07 01:16:07下载
    积分:1
  • Features a very strong VC++, support for interface
    功能很强大的VC++,支持界面化,做的很好-Features a very strong VC++, support for interface-based, but has done very well
    2022-06-19 06:08:27下载
    积分:1
  • WebBrowser控件与网页通信
    WebBrowser控件之所有强大,一方面是由于控件本身提从了一系列的方法,包括打开网页,获取网页信息,操作网页(如前进后通等),拦截网页事件,另一方面则是提供了与网页相调用的机制。即以下2点:1:让HTML页面的js调用我们在WebBrowser控件外面编写的函数。2:让我们可以调用网页中的Javascript代码 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-14 16:45:03下载
    积分:1
  • 配置数据是运行一个。如果你没有配置数据库,它将是。
    正配置数据才能运行 1.如果你没有配置数据库,那会提示你没有配置,强出一个框,你按确定后,进入登陆窗口,在最下面有一个新键配置方案,单击此处,然后弹出一个配置框,相信编写数据的朋友们应该知道怎么做了吧,我的是ACCESS数据库,没有密码, 选择Microsoft Jet 4.0 OLE DB Provider 下一步选择数据库文件Server.mdb后,按确定回到登陆窗口,单击保存,程序会自己重启一次,好了按照默认密码进去吧-configuration data is to run a. If you have no configuration database, it will prompt you not configured, a frame-up, You identified, entered the landing window, the bottom is a new button configuration program, click here, and then pop a frame configuration, I believe that the preparation of the peer data fans should know how to do it by now, I ACCESS database is not password, select the Microsoft Jet 4.0 OLE DB Provider next choice Server.mdb database files, according to determine the landing window, click Save, the program will restart its own time, a good default Password into it
    2022-07-21 23:58:59下载
    积分:1
  • 通过实例说明树形控件的使用,并结合ControlBar使用
    通过实例说明树形控件的使用,并结合ControlBar使用-Through the examples of the use of tree controls, combined with the use of ControlBar
    2022-08-23 10:53:54下载
    积分:1
  • multi view change for wince
    multi view change for wince
    2022-08-07 15:47:42下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载