-
URLBUTTON,一个有URL功能的按钮,有源码与演示源码。
URLBUTTON,一个有URL功能的按钮,有源码与演示源码。-URLBUTTON, a URL function button, and the demo source source.
- 2022-04-20 11:19:24下载
- 积分:1
-
可显示avi的button
可显示avi的button-can show that the button
- 2022-03-03 08:04:00下载
- 积分:1
-
方位投影的坐标转换,既可单点计算,也可批量计算,转换的结果既用列表显示,用可以用文件保存,同时还可以打开查看...
方位投影的坐标转换,既可单点计算,也可批量计算,转换的结果既用列表显示,用可以用文件保存,同时还可以打开查看-position projection coordinates conversion, single-point calculations can also be calculated batch, change is the result of using the list, can be used with the file, but can also open View
- 2022-07-02 19:22:27下载
- 积分:1
-
VC++ In word fill in forms. An example of very good, everyone can see.
VC++中进行word表格的填写。非常好的一个实例,大家可以看看。-VC++ In word fill in forms. An example of very good, everyone can see.
- 2022-07-19 12:35:11下载
- 积分:1
-
windows vc++下的对话框示例程序
windows vc++下的对话框示例程序-windows vc++ sample dialog box under the procedures
- 2022-08-22 04:54:53下载
- 积分:1
-
利用Timer和Label控件实现本地时间实时显示
在Visual Studio 2010平台里,使用VB语言,并利用Timer控件和Label控件实现本机系统时间的实时显示。注意:务必将Timer控件的Enable属性改为True。
- 2023-07-30 22:05:03下载
- 积分:1
-
本代码例子提供了实现三角形按钮绘制的实现。
本代码例子提供了实现三角形按钮绘制的实现。-the code examples for achieving triangle button mapping is achieved.
- 2022-05-28 06:31:18下载
- 积分:1
-
静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错...
静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :)
- 2022-06-02 06:01:45下载
- 积分:1
-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
用VC开发用于按钮的全部自己动换肤功能,一个非常好的类
用VC开发用于按钮的全部自己动换肤功能,一个非常好的类-VC developed for the button with all their moving skin functions, a very good class
- 2022-04-08 13:56:47下载
- 积分:1