-
一个简单的mfc菜单编辑程序
一个简单的界面编程,实现添加了一个菜单按钮,并对它的函数做出响应。菜鸟级的只能提供出这种菜鸟级的编程,望莫见怪,谢谢!
- 2022-04-06 14:23:47下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
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 MFC40XXX.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, MFC40DEU.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.-MFC application partition window 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 MFC40XXX.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 exam
- 2022-04-26 15:45:34下载
- 积分:1
-
该程序集视屏发送与视屏播放于一体,在视屏接受的同时实现视屏的解码和播放,有一定参考价值....
该程序集视屏发送与视屏播放于一体,在视屏接受的同时实现视屏的解码和播放,有一定参考价值.-Set the program screen to send in one player with the screen, in the video screen at the same time acceptable to the decoding and playback, has a certain reference value.
- 2022-03-16 16:42:45下载
- 积分:1
-
GUI SkinStyle
这是由一个成品没有手段 !这是我第一次尝试着写一个非常复杂的 Win32 应用程序库。想要一些类似于 SkinSys 的功能,但无开销 MFC。将错误和错误 !我希望你找到这段代码非常有用。
- 2022-03-03 07:07:08下载
- 积分:1
-
(VC7) "
在(VC7)"项目->属性->链接器->输入->附加依赖项"中加入SkinPlusPlusDLL.lib 或 在(VC6)"Project->Settings->Link->Object/library"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude "SkinPlusPlus.h" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T("XPCorona.ssk")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T("XPCorona.ssk")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute- gt; Linker- gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings- gt; Link-gt; Object/library "SkinPlusPlusDLL.lib into two. in your program contains header files# inlcude "SkinPlusPlus.h" 3. the procedure
- 2023-04-03 07:30:03下载
- 积分:1
-
VG_DX_Scene C++Builder 常用控件用法
资源描述
VG_DX_Scene C++Builder 常用控件用法
DXScene是Delphi和C++ Builder下的基于DirectX的3D库.基本特性:所见即所得的设计时设计器以及属性编辑器,完全支持3D变化、动画、并内置了一组建筑类图形库,支持透明度、 unicode、3DS文件转换等等。DXScene是 Delphi和 C++ Builder下的基于DirectX的3D库
- 2022-01-26 04:14:15下载
- 积分:1
-
vc interface prepared by the source code is very practical, from which one can l...
vc++编写的界面源代码,很实用,从中可以学到不少东西!-vc interface prepared by the source code is very practical, from which one can learn many things!
- 2022-07-19 15:48:29下载
- 积分:1
-
界面漂亮的对话
一个非常漂亮的对话框界面,一个 漂亮的对话框界面。-nice dialogue interface
nice dialogue interface
- 2022-05-17 18:55:16下载
- 积分:1
-
在表单视图上嵌入属性页
在表单视图上嵌入属性页-View on in the form embedded attributes page
- 2023-01-17 11:15:03下载
- 积分:1
-
自制Msgbox方法窗体,支持修改。
自制Msgbox窗体,支持vbOKOnly vbOKCancel vbYesNo vbYesNoCancel vbRetryCancel vbAbortRetryIgnore 其他可以自行修改
- 2022-03-25 23:09:08下载
- 积分:1