搜索资源列表
VC++(MFC)Face
- 说明: 1.copy these four files to your pragram folder, 2.add \"*.Lib\",\"*.h\" to the project if USING MFC DLL, the files in \"DLL\" Folder, if using static lib,the files in \"static\" folder 3.add #include\"SkinMagicLib.h\" to the C*APP.c
nntoolkit-vc
- 在VC中使用nntoolkit工具箱 1、 安装和注册nnToolKit组件 参见神经网络组件《nnToolKit安装手册》。 2、 导入nnToolKit组件 新建一个MFC AppWizard[exe]工程后,导入nnToolKit 使用MFC ClassWizard,添加一个新类,选择From a type of library, 在弹出的对话框中选中nnToolKit.dll 确定后,可以在workspace中发现类InnToolKit (本例
DLL输出对话框类的例子
- 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB / VB call. Compressed are two examples : one, dlld
appface_vc
- AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h
VC视图绘制动态曲线图
- ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
dllvc
- VC在DLL中使用对话框资源,VC调用DLL内的对话框资源-VC resources in a DLL using the dialog box, VC dialog resources within the DLL calls
DlgDll
- introduce how to make dll using VC which includes dialog.
VISUALC
- .c++语法及编程技巧 2.vc开发环境设置和边缘调试技巧。 3.键盘鼠标输入处理技巧 4.常用控件使用技巧 5.对话框技巧 6.窗口界面处理技巧 7.文件,文件夹,磁盘操作技巧 8.数据库操作 9.进程线程和dll操作技巧 10.多媒体的处理技巧 11.通信的操作技巧 12.com组件技术操作技巧 13.系统编程技巧-. c++ syntax and programming skills set and development environme
eXeScope6.50
- eXeScope能在没有资源文件的情况下分析,显示不同的信息,重写可执行文件的资源,包括(EXE,DLL,OCX)等。是方便强大的汉化工具,可以直接修改用 VC++ 及 DELPHI 编制的程序的资源,包括菜单、对话框、字串表等。-eXeScope do not have the resources in the case of document analysis, show different information, to rewrite the executable file resour
dll_test4_V4
- 在VC++中写了一个基于对话框的应用程序,通过调用外部封装好的DLL来实现串口通讯,比较简单-In the VC++ written in a dialog-based application package by calling an external DLL to achieve a good serial communications, a relatively simple
TestSkinLoad
- VC++使用SkinLoad.dll美化窗体的实例,不是太好,只能通过这个程序了解一些SkinLoad.dll的用法,本控件可以美化打开对话框、窗体的按钮、颜色对话框、保存、浏览文件等常用对话框,使用方法简单方便-VC++ using SkinLoad.dll beautify the form of examples, not very good, only through this process to understand the use of some SkinLoad.dll, thi
VC_Programming_how_use_dialog_resource_DLL_example
- VC编程实现如何在DLL中使用对话框资源实例代码-VC Programming how to use dialog resource DLL example code
123
- 讲解了VC++MFC 如何调用DLL里的对话框资源, 含word文档详细讲解。-Explains how to call VC++ MFC DLL in the dialog resource, including word documents explain in detail.
AboutHtml
- 本程序示例如何利用一个从CHtmlView派生的新类 CHtmlCtrl在对话框中(如about对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。在VC++的窗体中显示HTML网页-Example of how this process a new class derived from CHtmlView CHtmlCtrl in the dialog box (such as the about dialog) embedded in HTML web pages a
Resource-Only-DLL
- vc++,dll,纯资源的DLL就是只包含资源的DLL,例如:图标,位图,字符串,声音,视频,对话框等。使用纯资源DLL可以节约可执行文件的大小,可以被所有的应用程序 所共享,从而提高系统性能。纯资源DLL的编写比普通的DLL要简单的多,-vc++, dll, pure resource DLL that contains only resource DLL, such as: icons, bitmaps, strings, voice, video, dialog boxes, and
myEditor
- 使用scitilla控件(sciLexer.dll)的vc对话框程序源码-Use scitilla control (sciLexer.dll) of the dialog program source code (vc)
MFC-Call-dll
- 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
dllvc
- VC在DLL中使用对话框资源,VC调用DLL内的对话框资源。-Dialog resource in a DLL, VC, VC call the dialog resource DLL.
vcDlgDLL
- vc调用dll显示对话框,源码经编辑测试,没有问题。-vc call dll display the dialog box, edit the source code was tested, no problem.
VC.NETopenfiledialog
- VC.NET在程序启动时弹出文件打开对话框,基于MFC实现的VS2010源码,使用了微软类库mfc70.dll和msvcr70.dll两个文件,本站已将两个文件下载,放进压缩包内,你只需使用VS2010打开项目源码重新编译运行看效果。-VC.NET pop up when the program starts the File Open dialog based MFC implementation VS2010 source, use the Microsoft library mfc70.d