-
XP风格的定位
有XP风格和位置形按钮,还有其它按从cbutton继承的单先按钮,复选按钮!-XP style and location-shaped buttons, and other on-cbutton inherited from the single-button first, check button!
- 2022-06-13 19:11:27下载
- 积分:1
-
ButtonSuite ButtonSuite
ButtonSuite ButtonSuite
- 2022-07-20 17:18:46下载
- 积分:1
-
一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb...
一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb-a simple and easy USB debugger, convenient debugging environment and user interface, help you quickly to get usb
- 2022-08-12 22:18:59下载
- 积分:1
-
cwbbutton是WindowBlinds像可调整大小的图像按钮从CButton的…
CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
- 2022-05-13 05:40:17下载
- 积分:1
-
实现xp button 的效果,主要是在vc++环境下弄的,实现非常哭的效果...
实现xp button 的效果,主要是在vc++环境下弄的,实现非常哭的效果-xp button to achieve results, mainly in vc rise to an environment, to achieve great results cry
- 2022-10-24 05:30:03下载
- 积分:1
-
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)...
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)-CListCtrl derived from the class, so you can easily select an entire trip can be set up boxes. (10KB)
- 2022-03-17 18:58:51下载
- 积分:1
-
各种控件的演示
各种控制装置的演示
- 2023-04-08 19:00:04下载
- 积分:1
-
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,...
聊天的一个小程序 使用的是用WINSOCK控件,达到局域网之间的聊天功能。无解压密码,-chatting a small program is the use of the Winsock Control, reaching between the LAN chatting. Without extracting passwords,
- 2023-04-09 06:50: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
-
一个很好的Button类 很好很好 很好很好
一个很好的Button类 很好很好 很好很好-Button a very good very good very good very good very good category
- 2022-11-15 06:45:03下载
- 积分:1