登录
首页 » 按钮控件 » An animation of the button, the button is displayed three

An animation of the button, the button is displayed three

于 2022-03-06 发布 文件大小:187.94 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

一个具有动画效果的按钮,就是按钮显示三维效果的字母ok,鼠标在按钮上时字母能够旋转-An animation of the button, the button is displayed three-dimensional effect of the letters ok, when the mouse button to rotate the letters

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 通过dropdown list和combo 来实现语言字体的动态切换,文包里包含完整的源码...
    通过dropdown list和combo 来实现语言字体的动态切换,文件包里包含完整的源码-through dropdown list and combo to achieve language fonts dynamically switch, the paper bag containing the complete source code
    2022-04-28 06:18:45下载
    积分:1
  • 如何做JAVA的BUTTON Magic Button creates Java applet buttons for the Web without requ...
    如何做JAVA的BUTTON Magic Button creates Java applet buttons for the Web without requiring any Java or HTML programming. The program can create several buttons on one applet (even one on top of another), which can also include images and text labels for all three states: up, mouse-over, and down. You can also attach sounds to your buttons using the Wav2Au program (available as separate download), which converts WAV files to AU files. You can change button colors, position elements on the screen, set the height and width of objects, add links and target URLs, adjust the font, and more. Magic Button is flexible and easy to use and can produce highly professional results. You can find tutorials and live examples here: http://www.emu8086.com/wb/-JAVA BUTTON Magic Button creates Java applet buttons for the Web without requiring any Java or HTML programming. The program can create several buttons on one applet (even one on top of another), which can also include images and text labels for all thr
    2023-06-09 11:25:03下载
    积分:1
  • 一个漂亮的框架,跟有几中效果,自己也可以切换颜色
    一个漂亮的框架控件,跟有几中效果,自己也可以切换颜色-A beautiful framework for control, with a few in effect, they would be to switch the color
    2022-03-10 19:22:38下载
    积分:1
  • 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
  • This article shows the use of a Push button with a drop down menu, similar to th...
    This article shows the use of a Push button with a drop down menu, similar to the one found in the Office 2000 suite. 带下拉菜单的按钮-This article shows the use of a Push button with a drop down menu, similar to the one found in the Office 2000 suite. With the drop-down menu button
    2022-07-24 17:18:02下载
    积分:1
  • A simple button changes the style of code, made a very nice button.
    一个简单的修改button风格的代码,作出的按钮很漂亮。-A simple button changes the style of code, made a very nice button.
    2022-12-19 12:10:03下载
    积分:1
  • 在MFC中,要使用图形,一般会选择CBitmapButton类,使用CBitmapButton类可以设置的Normal、 Selected、Focuse...
    在MFC中,要使用图形按钮,一般会选择CBitmapButton类,使用CBitmapButton类可以设置按钮的Normal、 Selected、Focused和Disabled四种状态的bmp图像,这四副状态图像要求同尺寸大小,其中normal状态图片是必需提供的。常见调用代码示例:-In MFC, it is necessary to use the graphical button, choose CBitmapButton general category, the use of CBitmapButton category button you can set the Normal, Selected, Focused and Disabled four state bmp images, which require four state image with the size, in which normal state image provided is necessary. Common to call the code example:
    2022-01-30 20:30:39下载
    积分: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
  • test
    test
    2022-03-21 10:23:03下载
    积分:1
  • 这是一个封装了部分Windows API的,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型...
    这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型的文件;4、将自己的程序让Win95启动时执行;5、变VB5.0的工具栏为平面工具栏;6、打开屏幕保护程序;7、打开、关闭CDRom;8、改变Form的标题栏颜色;9、Enable Didable Ctrl+Alt+DEl;10、改变屏幕分辨率;11、播放Mid、Wav音;12、得到硬盘可用空间;13、隐藏、显现鼠标;14、变鼠标为动画光标;15、隐藏、显现任务栏;16、以一PictureBox的图片填充整个Form的背景;17、改变桌面图案- This was seals partial Windows API to control below, it was allowed to realize the function: 1st, Windows Guan Ji; 2nd, automatically sends EMail, automatically opens a main page; 3rd, the transfer tacitly approves the procedure to open each kind of type the document; 4th, lets own procedure time the Win95 start carries out; 5th, changes VB5.0 the tool fence for the plane tool fence; 6th, opens the screen saver; 7th, opens, closes CDRom; 8th, changes Form the title block color; 9th, Enable Didable Ctrl Alt DEl; 10th, change screen resolution; 11th, broadcasts Mid, the Wav sound; 12th, obtains the hard disk to be possible to use the space; 13th, the hideaway, appears the mouse;
    2022-04-20 16:52:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载