-
MFC 托盘气泡
本程序演示了用vc6.0 MFC 如何创建托盘,并在托盘上显示气泡提示,(xp、win7均可),并提供了最新的shellapi.h(很多mfc编程需要用到该头文件),代码非常简单。
- 2022-06-01 09:47:07下载
- 积分:1
-
怎样实现XP风格按钮,是个VC++控件开发学习的好例子。
怎样实现XP风格按钮,是个VC++控件开发学习的好例子。-how to achieve XP style button control is the development of VC learning are good examples.
- 2023-06-08 11:10:03下载
- 积分:1
-
在PDA设备开发环境下,所使用的BUTTON控件,可以加载ICON和其他字体...
在PDA设备开发环境下,所使用的BUTTON控件,可以加载ICON和其他字体-in PDA device development environment, used by BUTTON controls can be loaded ICON and other fonts
- 2022-03-12 16:43:55下载
- 积分:1
-
DBGrid component is the more generic! ! But here I really can not find the class...
DBGrid这个控件是比较通用的吧!! 可是我在这里的分类确找不到!! 所以就随便选了一个-DBGrid component is the more generic! ! But here I really can not find the classification! ! So a casual election! !
- 2022-12-26 07:20:04下载
- 积分:1
-
Ean-look-look
可以实现个性按钮,值得一看,不错的源码 值得推荐(Can realize personality button, worth a look, good source Is worth to recommend)
- 2017-05-05 19:24:26下载
- 积分:1
-
the procedures introduced by a group check box to control internal controls so a...
本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleS
- 2022-11-13 07:15:03下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
Toolbar-application-examples-
工具栏应用实例,包括带图标的工具栏、 带下拉菜单的工具栏、可调整按钮位置的工具栏、动态设置是否显示工具栏按钮文本、具有提示功能的工具栏(Toolbar application examples, including a toolbar with icons, toolbar with drop-down menus, toolbar buttons to adjust the position of the dynamic setting whether to display the toolbar button text, with prompts Toolbar)
- 2015-12-07 16:01:45下载
- 积分:1
-
huleln15
为Socket编程,实现简单的聊天室功能,为Tcp传输的客户端,()
- 2018-02-15 09:47:00下载
- 积分:1
-
一个改进的真彩位图按钮!
一个改进的真彩位图按钮!-an improved color bitmap button!
- 2022-09-02 12:45:03下载
- 积分:1