-
c语言中图形界面的编写:包括(1)窗口函数(2)窗口图形(3)光标函数(4)屏幕文本函数(5)状态查询(6)弹出菜单(7)下拉菜单(8)左右窗口...
c语言中图形界面的编写:包括(1)窗口函数(2)窗口图形(3)光标函数(4)屏幕文本函数(5)状态查询(6)弹出菜单(7)下拉菜单(8)左右窗口-c language in the preparation of a graphical interface include: (1) window function (2) window graphics (3) the cursor function (4) screen copy function (5) status query (6) pop-up menu (7) the drop-down menu (8) around window
- 2022-04-20 17:11:48下载
- 积分:1
-
图书馆管理系统vc源码
本系统完全打破了C语言只能运用与底层开发,不能进行应用程序开发的传统。程序登录后的主界面:新书入库界面:由于太多,就不上传了,有兴趣的自己下过来看,这些代码完全由我一人编写。希望大家多多指教。程序百分百能跑起来,不像有些人的代码,跑不起来不说还有毒,我这个完全无毒。希望大家多多指教,不过这个还只是初稿,完整版没有上传。
- 2022-02-28 13:08:29下载
- 积分:1
-
1.非模式对话框间相互交换
2.有关闭子对话框的功能
1.非模式对话框间相互交换
2.有关闭子对话框的功能-1.non module dialog exchange
2.close dialog module function
- 2022-11-13 13:30:03下载
- 积分:1
-
一个 XP 界面类库(更新)
一个 XP 界面类库(更新)-an XP interface class library (update)
- 2023-08-27 18:05:03下载
- 积分:1
-
自动生成配置文件管理模块工具的源码,地址:http://www.codeproject.com/tools/CM_ConfigBuilder.asp
自动生成配置文件管理模块工具的源码,地址:http://www.codeproject.com/tools/CM_ConfigBuilder.asp-automatically generated configuration file management tool module source code, address : http :// www.codeproject.com/tools/CM_ConfigBui lder.asp
- 2022-03-30 22:28:22下载
- 积分:1
-
VC++ 实现绘制波形图动态图
VC++ 实现绘制波形图动态图,类似示波器的界面,信号用正弦信号模拟,可调节显示的幅度档和时间档,可对信号进行暂停观测,可上下左右移动信号波形。
- 2022-02-10 03:29:31下载
- 积分:1
-
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,...
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$WindowsSystemMacromed Flash中
或在Win2000中的$WinntSystem32 MacromedFlash中找到它。ActiveX控件在Windows里是通用的,
Delphi也同样支持。
-machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows System Macromed Flash or in the Win2000 $ WINNT System32 Macromed Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
- 2022-01-26 01:57:39下载
- 积分: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
-
代码演示了如何将颜色添加到编辑框、列表框、组合框、静态…
代码示范了如何将颜色添加到编辑框,列表框,组合框,静态控制以及单选按钮和复选框。-Code demonstrated how to add color to the edit box, list box, combo box, static control, as well as radio buttons and checkboxes.
- 2022-01-22 07:54:36下载
- 积分: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