大家知道怎么开发 WinAmp 插件吗?

tiger322 2003-11-30 10:50:24
哪位有资料请贡献出来!!!万分感谢!
...全文
45 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
tiger322 2003-12-08
  • 打赏
  • 举报
回复
up
tiger322 2003-12-06
  • 打赏
  • 举报
回复
好象是说只能在插件里调用这些功能,在应用程序里不能这个参数,那么怎么做成一个插件?编译成DLL吗,然后呢,有没有高手?
tiger322 2003-12-06
  • 打赏
  • 举报
回复
看了,有收获,其它的都解决了,比如获取当前播放时间等,但获取当前播放的文件名或歌曲名好象有点问题,以下是我的代码,
Public Function GetName() As String
Dim ReturnPos As Long
Dim iiD As Long

If hWndWinAMP = 0 Then
MsgBox "WinAMP window not found yet...", vbOKOnly + vbCritical, "WinAMP Not Found"
Exit Function
End If

Dim sName As String
sName = Space(255)

'ReturnPos will contain the current track pos in milliseconds
'or -1 if no track is playing or an error occurs

iiD = SendMessage(hWndWinAMP, WM_USER, 1, 125) '得到现在的歌曲序号

ReturnPos = SendMessage(hWndWinAMP, WM_USER, iiD, 211)

CopyMemory ByVal StrPtr(sName), ReturnPos, 255

GetName = sName

End Function

网站上说:211:Retrieves (and returns a pointer in 'ret') a string that contains the filename of a playlist entry (indexed by 'data'). Returns NULL if error, or if 'data' is out of range.
大意是说:211返回文件名的指针
对不对,请指点
fleshboy 2003-12-06
  • 打赏
  • 举报
回复
不是告诉你了吗?

http://www.winamp.com/nsdn/
tiger322 2003-12-06
  • 打赏
  • 举报
回复
如何开发Winamp插件?
easydone 2003-12-01
  • 打赏
  • 举报
回复
想开发去这里:http://www.winamp.com/nsdn/
chenkangli 2003-12-01
  • 打赏
  • 举报
回复
首先要知道WINAMP的DLL结构和接口!
zt31 2003-12-01
  • 打赏
  • 举报
回复
你的意思是说如何开发插件,还是如何开发Winamp插件?
Neoking 2003-12-01
  • 打赏
  • 举报
回复
我也顶!!
tiger322 2003-12-01
  • 打赏
  • 举报
回复
没人知道吗,顶

7,789

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧