登录
首页 » 其他 » 个性的Flash按钮特效

个性的Flash按钮特效

于 2022-06-18 发布 文件大小:73.58 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

一个非常个性的Flash按钮特效,单击按钮会显示出菜单,最初状态是显示数字,鼠标移上后会显示出图片对应的菜单,把图片处理成白色背景,如演示所示,效果最佳。

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

发表评论

0 个回复

  • SMartPro5000编程器软件2008
    SMartPro5000编程器软件2008-2008 programming software SMartPro5000
    2022-11-12 02:50:11下载
    积分:1
  • 用TC做的一个,类似于windows下画图的程序
    用TC做的一个,类似于windows下画图的程序-do with a TC, windows similar to the procedures under Painting
    2022-06-26 18:54:06下载
    积分:1
  • Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zi...
    Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zip 在桌面上打篮球的游戏程序。 FileCopier.zip 这个程序可以将任意的文件拷贝到同一网络上的任何地方。 FoxTOExce.zip 可以将FoxPro中的表格数据传输到excel中。 lock.zip 这是一个锁定计算机的程序。 MoviePlayer.zip 用户化的视频播放程序。 MultiBrowser.zip 可以同时打开四个浏览器,并且不显示在任务栏上。 PictureViewer.zip 一个简单图片浏览器程序。 sleep.zip 定时关机的程序。 SlyData.zip 访问mdb数据库,并且可以读、写、更新和删除数据库中的数据。 TurnOut.zip 一个简单的类似关灯的游戏-Add_Control_RunTime.zip to increase controls example. Alarm.zip a date alarm procedure, when a specified date arrival time will remind you. Bounce.zip on the table to play basketball games. FileCopier.zip this process can be arbitrary copy of the document on the same network anywhere. FoxTOExce.zip can FoxPro data transfer forms were to excel. Lock.zip This is a locked computer procedures. MoviePlayer.zip customized video player. MultiBrowser.zip be opened at the same time four browser, and do not show on the task bar. Photo PictureViewer.zip a simple browser procedures. Sleep.zip Mytob.BSNotes procedures
    2022-03-18 11:00:36下载
    积分:1
  • 一款经典的手机游戏HighSeas。文件包中包含java源码以及图片和音乐素材...
    一款经典的手机游戏HighSeas。文件包中包含java源码以及图片和音乐素材-A classic mobile phone game HighSeas. Java file package contains the source material, as well as pictures and music
    2022-11-25 11:05:03下载
    积分:1
  • VB6网格控件EditGrid,支持数据编辑
    一款支持数据编辑的Vb网格控件,界面英文,不过可修改成中文,还支持在VC++中调用。MODULE_REMARKS 基于MSHFlexGrid开发提供MIS系统中的单据子表输入操作,也可以做为属性列表框进行数据编辑MODULE_SUMMARY 可以编辑的网格控件。
    2022-02-26 21:31:58下载
    积分:1
  • VC++6.0 在程序内注册ActiveX控件的例子源码
    VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:   //加载ActiveX控件   HINSTANCE hLib = LoadLibrary(lpszDllName);   if (hLib == NULL)   {    TRACE(_T("%s加载失败 "), lpszDllName);    return FALSE;   }   //获得注册函数DllRegisterServer地址   FARPROC lpDllEntryPoint;   lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));   //调用注册函数DllRegisterServer   if (lpDllEntryPoint != NULL)   {    if (FAILED((*lpDllEntryPoint)()))    {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;    }    else    {    FreeLibrary(hLib);    return TRUE;    }   }   else   {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;   }   更多代码请下载本源码包。
    2022-08-18 20:45:44下载
    积分:1
  • this procedure is a friend of a friend's wife to write the requirements, the...
    此程序是应朋友的 老婆单位的要求写的,是用于本单位内工程资料的管理,关于数据操作是用的数据库控件,不过里面也有隐藏的非数据控件的操作方式-this procedure is a friend of a friend"s wife to write the requirements, the unit is used within the engineering data management, data on the operation of the database component, but there are also hidden-data control mode of operation
    2022-07-27 14:08:11下载
    积分:1
  • 一个ERP源码,包括进销存/财务/生产制造等系统,已经成功应用于多家单位....
    一个ERP源码,包括进销存/财务/生产制造等系统,已经成功应用于多家单位.- A ERP source code, including sells saves/system and so on financial/production manufacture, already succeeded applies to many units
    2022-08-22 12:41:05下载
    积分:1
  • 字模软件,可以提取字的代码,如可以做字牌广告等用处
    字模软件,可以提取字的代码,如可以做字牌广告等用处-Font software that can extract the code word, such as a license to do advertisements use the word
    2022-05-06 04:57:02下载
    积分:1
  • 赛车游戏VC源代码 编译RaceX.dsw文件,在Debug目录下会生成文件RaceX.exe,直接双击该文件,即可运行“赛车”程序。 ********** 要...
    赛车游戏VC源代码 编译RaceX.dsw文件,在Debug目录下会生成文件RaceX.exe,直接双击该文件,即可运行“赛车”程序。 ********** 要正确编译源代码,需要安装DirectX 8.0及其以上版本。-racing game VC source code compiler RaceX.dsw documents in the Debug directory will RaceX.exe file, double-click the file directly, and can run "car" procedures.********** To compiling the source code need to install DirectX version 8.0 and above.
    2023-03-22 02:40:03下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载