您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 串口通信例程(VC)

  2. 在vc++6.0下调试通过 // SCommTestDlg.cpp : implementation file // #include "stdafx.h" #include "SCommTest.h" #include "SCommTestDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-04-27
    • 文件大小:37888
    • 提供者:wanqiyou
  1. domodal简介domodal简介

  2. domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介domodal简介
  3. 所属分类:其它

    • 发布日期:2009-04-28
    • 文件大小:429
    • 提供者:victory_cai
  1. windows 2000/2003下的防火墙

  2. 用vc编译的防火墙 能屏蔽端口.ip / FirewallApp.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Firewall.h" #include "MainFrm.h" #include "FirewallDoc.h" #include "FirewallView.h" #if def _DEBUG #define new DEBUG_NEW #undef
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:818176
    • 提供者:chh1003
  1. c++课程设计钟表程序

  2. // timer.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "timer.h" #include "timerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-06-04
    • 文件大小:1048576
    • 提供者:lijian9338
  1. VC控制字体源码下载

  2. VC控制字体源码 BOOL CCtrlFontApp::InitInstance() { AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific
  3. 所属分类:C++

    • 发布日期:2009-07-04
    • 文件大小:25600
    • 提供者:xcpcbdrill
  1. WTL中文版CHM格式

  2. 第一部分 - ATL 中的 GUI 类 第二部分 - WTL 中的 GUI 基础类 第三部分 - 工具栏和状态栏 第四部分 - 对话框和控件 第五部分 - 高级对话框 UI 类 第六部分 - 掌控 ActiveX 控件 第七部分 - 分割条窗口 第八部分 - 属性表和向导 第九部分 - GDI 类,公用对话框以及辅助类 本章内容 README.TXT 本系列介绍 第一部分介绍 ATL 背景知识 ATL 和 WTL 的历史 ATL 风格的模板 ATL 窗口类 定义窗口实现 填充消息映射 高级消息
  3. 所属分类:C++

    • 发布日期:2009-07-18
    • 文件大小:2097152
    • 提供者:songsu
  1. 用c++和mfc写的单文档画正弦曲线

  2. // ChildView.cpp : CChildView 类的实现 // #include "stdafx.h" #include "12222222222222222222张三.h" #include "ChildView.h" #include "ParaDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CChildView CChildView::CChildView () { } CChildView::~CChildView(
  3. 所属分类:C++

    • 发布日期:2009-08-18
    • 文件大小:2048
    • 提供者:lotusdunjau
  1. OnSetLinewidth()

  2. void CDrawingTest3View::OnSetLinewidth() { // TODO: Add your command handler code here CLineWidthDlg dlg;//声明一个对话框类对象 dlg.m_nLineWidth=m_nLineWidth; if(dlg.DoModal()==IDOK)//弹出设置线宽模式对话框 { //如果单击OK之后返回,则将获取的数据保存在视图类成员变量中 m_nLineWidth=dlg.m_nLineWidth
  3. 所属分类:C++

    • 发布日期:2009-09-02
    • 文件大小:279552
    • 提供者:oysc1991
  1. 数字识别之神经网络法

  2. 数字识别之神经网络法(来自网络) /* ============================================= *\ * File: OnrDlg.cpp * * Descr iption: 主对话框头文件 * * 包括所有的函数 * \* ============================================= */ #include "stdafx.h" #in clude "Onr.h" #include "OnrDlg.h" #include #
  3. 所属分类:网络基础

    • 发布日期:2009-09-11
    • 文件大小:57344
    • 提供者:ibicc
  1. VC++ 6.0非模式对话框示例以及对比Java的Swing编程的感想

  2. 环境:Window XP SP3、VC++ 6.0 VC++中编写模式对话框非常容易,只需要在呼叫一个不带参数的对话框类的构造方法之后,然后呼叫对话框的DoModal方法即可,而书写一个非模式对话框比较复杂。 不过当本人按照《Visual C++技术内幕》的说明做完非模式对话框示例之后,本人觉得其实不是很难,因为如果使用过Eclipse(或者记事本)书写过Swing程序,那么理解起来比较容易。它的难点就是自定义的消息句柄问题,因为IDE不帮助初学者“自动”生成代码,这需要我们程序员来理解消息句
  3. 所属分类:C++

    • 发布日期:2009-09-27
    • 文件大小:1048576
    • 提供者:arkliszeng
  1. VC++访问ACCESS数据库

  2. // shujukuDlg.cpp : implementation file // #include "stdafx.h" #include "shujuku.h" #include "shujukuDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-11-09
    • 文件大小:1048576
    • 提供者:penglin721
  1. 发两个BMP转JPG和bmp转gif的控件及适用方法

  2. //bmp to gif void CConvertGIfDlg::OnBrown() { CFileDialog dlg(TRUE,"bmp",NULL,NULL,"位图文件(BMP)|*.bmp",this); if (dlg.DoModal()==IDOK) { m_FileName = dlg.GetPathName(); UpdateData(FALSE); } if (!m_FileName.IsEmpty()) { HANDLE han dle = ::LoadImage(Afx
  3. 所属分类:C/C++

    • 发布日期:2009-11-11
    • 文件大小:2097152
    • 提供者:xiaoziyao
  1. ATL实现的CDHtmlDialog模板类

  2. ATL发展到现在,从未提供像MFC中的CDHtmlDialog一样的HTML页面布局且方便开发者使用的窗口基类,虽然也有DHtml Control可供使用,但并不能像MFC那样通过宏映射来方便地让开发者与页面元素之间进行任意的双向交互,尤其是需要响应页面元素事件的时候,ATL/WTL爱好者必须自己编写相应的代码来完成这些工作。基于这个原因,通过理解分析MFC中CDHtmlDialog类的功能和实现行为,这里完全使用ATL一样的实现机制来模仿MFC中实现的功能编写了一个头文件,使A TL爱好者在
  3. 所属分类:Web开发

    • 发布日期:2007-11-07
    • 文件大小:15360
    • 提供者:jameshooo
  1. 班级查询系统,可以完成录入查询你删除

  2. 具有查询删除BOOL CTMSDlg::OnInitDialog() { CDialog::OnInitDialog(); // Add "About..." menu item to system menu. // IDM_ABOUTBOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX AppendMenu(MF_SEPARAT
  3. 所属分类:C++

    • 发布日期:2009-12-29
    • 文件大小:2097152
    • 提供者:wandoutoushu
  1. c++源码程序之人机对战五子棋的设计可做毕业论文

  2. // 五子棋Dlg.cpp : implementation file // #include "stdafx.h" #include "五子棋.h" #include "五子棋Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif int board[14][14]; //棋盘数组 BOOL ptable[14][14][480]; //人的所
  3. 所属分类:C++

    • 发布日期:2010-04-11
    • 文件大小:97280
    • 提供者:pc_master
  1. vc++课程设计 聊天程序 任务书及源程序打包

  2. 聊天程序一般由两大部分组成:服务器端聊天程序和客户端聊天程序。服务器端聊天程序负责接收来自客户端的聊天信息,并且根据客户端的要求把这些信息转发到另外一个或多个客户中。客户端聊天程序则负责建立和维护与服务器端的连接,向服务器发送本客户的聊天内容,同时从服务器接收对方的响应。 本设计是为了使同学加深理解对话框编程的知识而设计的,对于网络技术这一应用,可不用深究其原理。 #include "stdafx.h" #include "chat.h" #include "chatDlg.h" #ifdef
  3. 所属分类:C++

    • 发布日期:2010-06-24
    • 文件大小:108544
    • 提供者:linpanxin
  1. Creating the OutLookRichEdit Control

  2. Follow these 10 easy steps to build the OutLookRichEdit control: Insert a rich edit control into the dialog. Call AfxInitRichEdit() in the InitInstance of the App class or in InitDialog. If it does not exist, copy OutLookRichEdit.cpp and OutLookRich
  3. 所属分类:其它

    • 发布日期:2010-07-25
    • 文件大小:23552
    • 提供者:hloveloveu
  1. PreTranslateMessage中调用DoModal出错的解决

  2. VS2010中,在PreTranslateMessage中调用DoModal出错出现当机的解决方案
  3. 所属分类:C++

    • 发布日期:2015-09-06
    • 文件大小:18432
    • 提供者:plokmijnuhbplo
  1. CFileDialog的钩子函数解决对话框的多选之DoModal问题

  2. 前几天领导问我一个问题:就是使用CFileDialog类在设置多选时选中的文件所放的文件缓冲区不知设置多大合适,本文将详细介绍,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:76800
    • 提供者:weixin_38563525
  1. CFileDialog的钩子函数解决对话框的多选之DoModal问题

  2. <P 前几天领导问我一个问题:就是使用CFileDialog类在设置多选时选中的文件所放的文件缓冲区不知设置多大合适,设置小了DoModal返回为失败, 通过CommDlgExtendedError函数获取错误码为FNERR_BUFFERTOOSMALL(即缓冲区太小),设置大了又浪费内存。(我们 一次要选几百个文件,实在不知设置多大合适)。      我谈了我的思路:CFileDialog的数据成员m_ofn有一个数据成员为钩子函数指针,通过设置这个函数,可以勾取CFileDialog的
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:79872
    • 提供者:weixin_38657835
« 12 3 4 5 6 7 »