-
attributes in the pages left to join a pushpin button familiar with the Microsof...
在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉(16KB)-attributes in the pages left to join a pushpin button familiar with the Microsoft Developer Stdio friends must be very familiar with (16KB)
- 2023-08-30 00:55:04下载
- 积分:1
-
XP风格的按纽~~~~有演示。。自己看
XP风格的按纽~~~~有演示。。自己看-XP style button ~ ~ ~ ~ demo. . Do you
- 2023-09-06 18:25:02下载
- 积分:1
-
实现CButtonST的功能,有很多各种各样的按钮风格
实现CButtonST的功能,有很多各种各样的按钮风格-CButtonST realize the function, there are many a variety of button styles
- 2022-04-09 19:20:33下载
- 积分:1
-
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve....
Bezier Curves Creator
When you run bezcurvcreat.exe you see bezier curve.
Use f1 to go fullscreen
Use arrow to spin around curve
Use x and z to zoom and zoom out
Use r button to create ghost curve
Edit code to get more leading points, more ghost curves, faster moves and much more:).
Have fun
- 2023-05-05 11:35:02下载
- 积分:1
-
FAKEMENU demonstrates how an application can display a window that
behaves in...
FAKEMENU demonstrates how an application can display a window that
behaves in a similar manner as a menu. It also illustrates the use
of the multiple-monitor compatibility header file to
allow the application to run properly on both multiple-monitor
and single-monitor systems.-FAKEMENU demonstrates how an application can display a window that behaves in a similar ma nner as a menu. It also illustrates the use of the
- 2023-04-29 13:15: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
-
创建一个单文档的MFC 工程后,加一句话在CFrmain类中,就可以程序启动后不打开一个空文档了。...
创建一个单文档的MFC 工程后,加一句话在CFrmain类中,就可以程序启动后不打开一个空文档了。-Create a single document MFC project, add a word in CFrmain category, you can not open after the commencement of proceedings of an empty document.
- 2022-10-31 13:30:03下载
- 积分:1
-
ni zi ji kan akk k a
ni zi ji kan akk k a-zi ji ni kan k
- 2022-08-03 00:00:34下载
- 积分: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
-
利用VB实现动态按钮
利用VB实现动态按钮-VB dynamic button
- 2023-03-17 15:00:04下载
- 积分:1