Welcome![Sign In][Sign Up]
Location:
Search - visual c editor

Search list

[Other“C语言接口”扩展程序调用接口规范

Description: 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
Platform: | Size: 6165 | Author: 周有本 | Hits:

[CSharpGDI+Editor

Description: VIsual C# 编写的简单的文本编辑器,实现了如字体,大小,颜色等功能.-VIsual C# prepared by the simple text editor, such as the realization of the font, size, color and so on.
Platform: | Size: 12028 | Author: 周兵 | Hits:

[EditBoxeditor

Description: 用visual c++工具实现了简单的编辑器
Platform: | Size: 38386 | Author: 包圣军 | Hits:

[Other resourceVisual C++ 6.0程序员指南

Description: 本书是美国微软出版社授权的 Microsoft Visual Studio系列中文版图书之一,它是 Visual C++ 6.0程序员的实用参考书。 书中讨论的许多主题均以范例程序进行说明,所有范例程序的项目文件都在配套光盘上。本书是从事Visual C++ 6.0应用与开发的所有技术人员极好的工具书,同时也是大专院校相关专业的师生的自学、教学参考用书。 全书共分成六个部分: 第一部分介绍Developer Studio和AppWizard的基础知识; 第二部分介绍文本、图形和对话框编辑器; 第三部分是编程指南,展示了如何使用Classwizard和 Gallery来加速编程开发工作,创建自己的组件; 第四部分介绍 ActiveX控件及其使用,说明如何用MFC或ATL来写 ActiveX控件; 第五部分讨论调试器的各种能力,程序优化的各种选项及原因,如何定制Visual C++,如何编制宏和附加实用程序; 第六部分提供ASCll字符和ANSI字符的标准表格,并简要描述ClassWizard支持的MFC类和VBScript-the book is authorized Microsoft Microsoft Visual Studio line Chinese version of one book, which is 6.0 Visual C programmers practical reference books. Book Many of the topics discussed were examples of procedures that all procedures examples of projects supporting documents are in the CD-ROM. The book is engaging in Visual C + + 6.0 application development with all the technical staff excellent tool, as well as tertiary institutions relevant professional teacher training, teaching reference books. The book is split into six parts : the first part describes Developer Studio and the basic knowledge +5.0; The second part gives text, graphics and dialog editor; The third part of the programming guide, showing how to use Classwizard Gallery and to accelerate the development of programming buil
Platform: | Size: 10822579 | Author: 刘建国 | Hits:

[Windows Develop简单聊天系统

Description:

========================================================================
       MICROSOFT FOUNDATION CLASS LIBRARY : Talk
========================================================================


AppWizard has created this Talk application for you.  This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your Talk application.

Talk.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

Talk.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CTalkApp application class.

Talk.cpp
    This is the main application source file that contains the application
    class CTalkApp.

Talk.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
 Visual C++.

Talk.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.

res\Talk.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file Talk.rc.

res\Talk.rc2
    This file contains resources that are not edited by Microsoft
 Visual C++.  You should place all resources not editable by
 the resource editor in this file.

 


/////////////////////////////////////////////////////////////////////////////

AppWizard creates one dialog class:

TalkDlg.h, TalkDlg.cpp - the dialog
    These files contain your CTalkDlg class.  This class defines
    the behavior of your application's main dialog.  The dialog's
    template is in Talk.rc, which can be edited in Microsoft
 Visual C++.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Talk.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.)  If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.

/////////////////////////////////////////////////////////////////////////////
 


Platform: | Size: 38661 | Author: roothai | Hits:

[Windows Developgina源代码

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MyGina ======================================================================== AppWizard has created this MyGina DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your MyGina DLL. MyGina.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. MyGina.h This is the main header file for the DLL. It declares the CMyGinaApp class. MyGina.cpp This is the main DLL source file. It contains the class CMyGinaApp. MyGina.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. MyGina.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\MyGina.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. MyGina.def This file contains information about the DLL that must be provided to run with Microsoft Windows. It defines parameters such as the name and description of the DLL. It also exports functions from the DLL. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named MyGina.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 79845 | Author: mw@nwnu.edu.cn | Hits:

[Windows Developll

Description: 城市公交地图编辑器源代码-urban transit map editor source code
Platform: | Size: 1395712 | Author: 风疏竹 | Hits:

[VC/MFCVisual C++ 6.0程序员指南

Description: 本书是美国微软出版社授权的 Microsoft Visual Studio系列中文版图书之一,它是 Visual C++ 6.0程序员的实用参考书。 书中讨论的许多主题均以范例程序进行说明,所有范例程序的项目文件都在配套光盘上。本书是从事Visual C++ 6.0应用与开发的所有技术人员极好的工具书,同时也是大专院校相关专业的师生的自学、教学参考用书。 全书共分成六个部分: 第一部分介绍Developer Studio和AppWizard的基础知识; 第二部分介绍文本、图形和对话框编辑器; 第三部分是编程指南,展示了如何使用Classwizard和 Gallery来加速编程开发工作,创建自己的组件; 第四部分介绍 ActiveX控件及其使用,说明如何用MFC或ATL来写 ActiveX控件; 第五部分讨论调试器的各种能力,程序优化的各种选项及原因,如何定制Visual C++,如何编制宏和附加实用程序; 第六部分提供ASCll字符和ANSI字符的标准表格,并简要描述ClassWizard支持的MFC类和VBScript-the book is authorized Microsoft Microsoft Visual Studio line Chinese version of one book, which is 6.0 Visual C programmers practical reference books. Book Many of the topics discussed were examples of procedures that all procedures examples of projects supporting documents are in the CD-ROM. The book is engaging in Visual C++ 6.0 application development with all the technical staff excellent tool, as well as tertiary institutions relevant professional teacher training, teaching reference books. The book is split into six parts : the first part describes Developer Studio and the basic knowledge+5.0; The second part gives text, graphics and dialog editor; The third part of the programming guide, showing how to use Classwizard Gallery and to accelerate the development of programming buil
Platform: | Size: 10822656 | Author: 刘建国 | Hits:

[GUI Develop地图编辑器

Description: 这是一个有关地图编辑器的程序,挺好用的,希望对大家有用!-This is a map editor on the procedure very well, with the hope that useful for all!
Platform: | Size: 117760 | Author: 唐建丰 | Hits:

[File Operate记事本源码分析

Description: Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构-Visual C of the notebook, the source of MFC single document made a more detailed note, suitable for beginners learning portal reference understanding MFC single document frame structure
Platform: | Size: 18432 | Author: 昭君 | Hits:

[Other“C语言接口”扩展程序调用接口规范

Description: 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写"动态库名称@函数名称"(参数表)即可,例如下面函数可以写为"FXJFUNC@MYCMALOSE"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
Platform: | Size: 6144 | Author: 周有本 | Hits:

[Windows DevelopWindows串口编程例子

Description: in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ver10.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\ver10.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ver10.def This file contains information about the DLL that must be-subdirectory in the RES. This file can be di rectly edited in Microsoft Visual C. ver10.clw This file contains information used by ClassWi Zard to edit existing classes or add new classes . ClassWizard also uses this file to store infor mation needed to create and edit maps an message d dialog data to create maps and prototype Membe r functions. res \ ver10.rc2 This file contains resources that are not edited by Microsoft Visu al C. You should not place all resources editabl e by the resource editor in this file. ver10.def This file contains information about the DLL th must be at
Platform: | Size: 39936 | Author: kkkk | Hits:

[Windows DevelopVisual_Basic串口通信工程开发实例导航

Description: 《Visual_Basic串口通信工程开发实例导航》配套光盘,求是科技主编,2003年出版-"Visual_Basic Serial Communication Navigation Project examples of" complementary CD seeking technology editor, in 2003 published
Platform: | Size: 4869120 | Author: 李可 | Hits:

[Internet-Networknetworkdata

Description: 网络数据包截获的程序,visual c++编写的程序。-network data packets intercepted procedures, visual c preparation procedures.
Platform: | Size: 2190336 | Author: wna | Hits:

[.netCHAP05

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高中第5章光盘代码。光盘中包含如下的程序的代码。 5.1 创建商店订货信息管理数据库 5.2 创建商店订货信息管理系统 5.3 多视图技术的实现 5.4 多表操作的实现 5.5 用ADO访问数据库 5.6 一个简单的客户/服务器程序 5.7 HTTP应用程序 5.8 FTP浏览器 5.9 Ping程序的实现 5.10 ATL Server编程实例 5.11 Web Service服务器端程序 5.12 Web Service客户端程序-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net and improve sample entry in Chapter 5 CD-ROM code. CD-ROM contains the following code. 5.1 Create store ordering information management database created 5.2 ordering information management system stores more than 5.3 view technology realize the operation of more than 5.4 Table 5.5 realize 5.6 with ADO to access the database a simple client/server application procedures 5.7 HTTP Browser 5.8 FTP program 5.9 Ping realize the 5.10 ATL Server Programming Example 5.11 Web Service server-side procedures 5.12 Web Service client program
Platform: | Size: 628736 | Author: 陈小冬 | Hits:

[.netCHAP07

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第7章的代码,其中包含如下程序的代码。 7.1 创建简单的ActiveX容器应用程序 7.2 增强ActiveX容器的功能 7.3 ActiveX文档服务器编程 7.4 创建ActiveX控件 7.5 设计Dieroll控件 7.6 制作闪耀的按钮MyButton 7.7 在应用程序中使用Dieroll控件与MyButton控件 7.8 将ActiveX控件加入网页-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve the code Chapter 7, which contains the following procedure code. 7.1 Create a simple ActiveX containers 7.2 applications to enhance the function of ActiveX containers 7.3 ActiveX document server 7.4 programming designed to create ActiveX control 7.5 control 7.6 production Dieroll flashing button MyButton 7.7 used in the application Dieroll control and MyButton Controls ActiveX Control 7.8 will be joined page
Platform: | Size: 342016 | Author: 陈小冬 | Hits:

[.netCHAP04

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第4章的代码,其中包含如下程序的代码。 4.1 位图浏览器 4.2 图像镜像 4.3 图像的渐显与渐隐 4.4 图像百叶窗 4.5 Midi播放器 4.6 CD播放器 4.7 Windows媒体播放器 4.8 Avi播放器 4.9 OpenGL编程实例 4.10 用OpenGL实现简单动画 4.11 绘图板-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve the code, Chapter 4, which contains the following procedure code. Figure 4.1 Image Browser 4.2 Image 4.3 Image渐显with 4.4 images fade blinds 4.5 Midi Player 4.6 CD Player 4.7 Windows Media Player 4.8 Avi Player 4.9 OpenGL programming examples 4.10 realize a simple animation using OpenGL graphics tablet 4.11
Platform: | Size: 1814528 | Author: 陈小冬 | Hits:

[.netCHAP01

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第1章的代码,其中包含如下程序的代码。 1.1 进入"欢迎"界面 1.2 移动字幕 1.3 椭圆窗体 1.4 透视窗体 1.5 模式对话框 1.6 非模式对话框 1.7 通用对话框 1.8 收缩/扩展对话框 1.9 窗体视图 1.10 HTML视图 1.11 滚动视图 1.12 单视类的SDI动态切分窗口 1.13 双视类的MDI静态切分窗口 1.14 创建菜单 1.15 快捷键操作-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve Chapter 1 of the code, which contains the following procedure code. 1.1 Mobile 1.2 interface to enter the welcome subtitles 1.3 Elliptic Form 1.5 Form 1.4 Perspective 1.6 modal dialog non-modal dialog box dialog box 1.7 General 1.8 contraction/expansion of the dialog box 1.9 form 1.10 HTML view view view 1.11 rolling 1.12 single vision type of SDI Dynamic segmentation window 1.13 pairs of the MDI as the type of static segmentation window 1.14 menu 1.15 Create shortcut keys to operate
Platform: | Size: 786432 | Author: 陈小冬 | Hits:

[.netCHAP03

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第六章的代码,其中包含如下程序的代码。 3.1 鼠标绘图程序 3.2 键盘输入显示 3.3 所见即所得的打印程序 3.4 多页打印程序 3.5 以二进制形式打开文件 3.6 文档的串行化 3.7 剪切板操作文本 3.8 剪贴板操作位图 3.9 获取文件属性 3.10 获取系统中所有注册文件的类型信息 3.11 获取磁盘空间 3.12 获取系统信息 3.13 动态更改应用程序图标 3.14 程序调用 3.15 读写注册表-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve the code in Chapter VI, which contains the following procedure code. 3.1 Mouse 3.2 keyboard mapping procedures showed that 3.3 WYSIWYG printing process more than 3.4 Print 3.5 to a binary form of the procedure to open the file 3.6 serial documentation of the operation 3.7 version 3.8 clipboard bitmap clipboard operation 3.9 to obtain file attributes 3.10 acquisition system for all types of register files to obtain information on disk space 3.11 to obtain 3.12 System Information 3.13 dynamic change application icon 3.14 procedure calls to read and write registry 3.15
Platform: | Size: 735232 | Author: 陈小冬 | Hits:

[GUI DevelopHexEditor_MFC

Description: Other MFC-based Hex editor!
Platform: | Size: 39936 | Author: Cake | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net