方法: 主要用到 LrcController类。 1.引用: QQ150311852.Lyrics.dll; 2.初始化组件: LrcController.Initialize(); 3.添加 LrcController功能事件: LrcController.ButtonChanged+=new LrcController.ButtonChangedHandle(LrcController_ButtonChanged); private static void LrcController_ButtonChanged(object sender, LrcController.ButtonChangeEventArgs e) { switch (e.ButtonIndex) { case 0://显示主窗口 AppPropertys.notifyIcon_MouseDoubleClick(sender, null); break; case 1://播放上一曲 PlayPrevent(); break; case 2://暂停 Pause(); break; case 3://播放 Play(); break; case 4://下一曲 PlayNext(); break; case 5:// 静音 setMute(); break; case -1: //关闭桌面歌词 AppPropertys.notifyIcon.ContextMenu.MenuItems[0].Checked = false; break; } } 源码实例下载地址:http://download.csdn.net/detail/keepmoving0407/4650377
- 粉丝: 406
- 资源: 31
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
前往页