-
Xtreme Toolkit是一套MFC扩展类,用于开发应用程序界面。利用它,可以快速的开发出MS Office、Visual Studio和Internet...
Xtreme Toolkit是一套MFC扩展类,用于开发应用程序界面。利用它,可以快速的开发出MS Office、Visual Studio和Internet Explorer、Outlook等图形用户界面(GUI),包括如的智能菜单、快捷工具条和挺靠窗口,支持XP界面风格。 -Xtreme Toolkit is a set of MFC extension of the class, for the development and application program interface. Using them can be quickly developed MS Office, Visual Studio and Internet Explorer. Outlook, and other graphical user interface (GUI), including the menu as smart, fast and quite tools on windows, support XP interface styles.
- 2022-04-20 01:52:36下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
一个圆形的进度类,风格比较独特,推荐下载
一个圆形的进度类,风格比较独特,推荐下载--A class of round progress,it has special style,recommend!
- 2022-04-16 06:51:14下载
- 积分:1
-
pb_ToolTips提示
应用背景关键技术powerbuilder中经常会遇到需要给用户操作提示的地方,本程序用pb实现当鼠标移动到某处输入焦点时给予使用者一些温馨的提示信息。
- 2022-05-05 09:47:14下载
- 积分:1
-
万年历Calendar
资源描述 这本来是我为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法
和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要目
的.
很高兴你对这些代码有兴趣,你可以随意复制和使用些代码,唯一有一点小小的
愿望:在你使用和复制给别人时,别忘注明这些代码作者:-)。程序代码也就罢了,后
面的数据可是我辛辛苦苦从万年历上找出来输进去的。
如果你有什么好的意见不妨Mail给我。
- 2022-05-17 22:50:30下载
- 积分:1
-
split用来进行绘图的,使用起来很好用的,真的,不骗你你的
split用来进行绘图的,使用起来很好用的,真的,不骗你你的-split used for graphics, and use good use, and really, do not lie to you your
- 2023-07-19 06:15:04下载
- 积分:1
-
这是一个简单菜单示例_Event实现,想设计菜单的的朋友可以借鉴...
这是一个简单菜单示例_Event实现,想设计菜单的的朋友可以借鉴-This is a simple sample menu _Event realized, would like to design the menu of a friend can learn from
- 2022-02-16 03:18:30下载
- 积分:1
-
Visual C++界面库,使用类似的界面和VC。
visual C++界面库,用起来和VC界面类似。-visual C++ interface library, to use a similar interface and VC.
- 2022-03-24 19:44:08下载
- 积分:1
-
数据结构课设 飞机航班订票系统(mfc)
用mfc做的数据结构课设 飞机航班订票系统
现在头文件中定义以下类:(用于源文件中功能模块函数体调用)
class dingdan : public CDialog
class chaxun : public CDialog
class shanchu : public CDialog
class luru : public CDialog
class guanli : public CDialog
class geren : public CDialog
例如在查询函数体中定义 FILE *fp=fopen("F:新建文本文档.txt","a+")打开文件中航班信息
- 2022-03-24 16:01:02下载
- 积分:1
-
一个在tab中显示图标并且有热敏感应的tab类
一个在tab中显示图标并且有热敏感应的tab类--One tab class which can show icons and has hot sensitive tab
- 2022-02-04 21:20:43下载
- 积分:1