-
six different styles of XP style button, the button with characteristics that ca...
六种不同样式的XP风格按钮,按钮各具特点,可以美化界面-six different styles of XP style button, the button with characteristics that can be beautified interface
- 2022-09-18 02:35:04下载
- 积分:1
-
popups.zip demonstration right
popups.zip
演示右击鼠标弹出菜单
popmenu.zip
演示右击鼠标弹出菜单
nod_popup.zip
定位弹出菜单
custmnu2.zip
画一个定制的动态菜单,使用的是Picturte Box 与PoP Menu的组合
hidemnu2.zip
用Windows API控制菜单,包括如何显示和隐藏菜单项
历史文件.zip
本程序演示了在菜单中如何用注册表实现保存和显示4 个最近打开的文件记录-popups.zip demonstration right-click pop-up menu popmenu.zip demonstration right click mouse Standard pop-up menu nod_popup.zip positioning pop-up menu painting a set custmnu2.zip the dynamic menu system, using the Picturte Box PoP Menu with a combination of W hidemnu2.zip for Windows API control menu, including how to show hidden menu items and historical documents. zip demonstration of the process from the menu how to achieve preservation registry and recently revealed four open file records
- 2023-04-23 21:00:02下载
- 积分:1
-
windows 2000环境下,打开文件对话框并对选择的图片进行预览
windows 2000环境下,打开文件对话框并对选择的图片进行预览-windows 2000 environment, the open file dialog box and select the picture preview
- 2022-06-26 04:02:35下载
- 积分:1
-
FastReport v5.23 Enterprise Full Source
FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快。
- 2022-10-14 10:35:04下载
- 积分:1
-
在lcd12864上画线,控制器用的是arm,调试环境是iar
在lcd12864上画线,控制器用的是arm,调试环境是iar-in lcd12864 painted lines, the controller is used arm, debugging environment is Advocacy
- 2022-03-19 23:42:12下载
- 积分:1
-
a very good code, and can directly for use! Pasted on the OK!
一个很不错的代码,可以直接拿来用!粘贴就行!-a very good code, and can directly for use! Pasted on the OK!
- 2023-04-29 17:40:03下载
- 积分: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
-
扩展CButton类制作风格独特的按钮
扩展CButton类制作风格独特的按钮-expansion CButton category produced a unique style button
- 2022-03-17 18:48:37下载
- 积分:1
-
BCB写的XP按钮,通过本例可举一反三,由个人爱好编制自己喜爱的按钮。...
BCB写的XP按钮,通过本例可举一反三,由个人爱好编制自己喜爱的按钮。-BCB written XP button, can draw inferences from the cases, compiled by individuals who love their favorite button.
- 2023-04-23 18:15:03下载
- 积分:1
-
用于绘图的小控件,可以绘出XY坐标,控件应用见包
用于绘图的小控件,可以绘出XY坐标,控件应用见包-drawings for a small control that charted XY coordinates, and controls application packet see
- 2022-07-15 04:26:29下载
- 积分:1