What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » VB open source (Sounds plugin)

VB open source (Sounds plugin)
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: VB open source (Sounds plugin)
Sorry...
I forgot to save that after i fixed it...
Change :
code:
Public Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long


to:

code:
Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long


It should work:)
If you cant locate this piece of code its in Sample.cls (you'll see it as "SoundPlug" in vb) at almost top of the code...
YouTube closed-captions ripper (also allows you to download videos!)
04-27-2004 10:53 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB open source (Sounds plugin) - by Mezabot on 04-19-2004 at 09:46 AM
RE: VB open source (Sounds plugin) - by Mnjul on 04-19-2004 at 10:05 AM
RE: VB open source (Sounds plugin) - by Mezabot on 04-19-2004 at 10:22 AM
RE: VB open source (Sounds plugin) - by Mike on 04-19-2004 at 11:45 AM
RE: VB open source (Sounds plugin) - by optimism_ on 04-19-2004 at 04:39 PM
RE: VB open source (Sounds plugin) - by Mike on 04-23-2004 at 04:22 PM
RE: VB open source (Sounds plugin) - by da man of men on 04-25-2004 at 11:15 AM
RE: VB open source (Sounds plugin) - by Stigmata on 04-25-2004 at 11:53 AM
RE: VB open source (Sounds plugin) - by Mike on 04-25-2004 at 07:31 PM
RE: VB open source (Sounds plugin) - by syroon on 04-27-2004 at 08:01 AM
RE: VB open source (Sounds plugin) - by Mike on 04-27-2004 at 10:53 AM
RE: VB open source (Sounds plugin) - by syroon on 04-27-2004 at 01:03 PM
RE: VB open source (Sounds plugin) - by Moots on 08-19-2004 at 11:25 PM
RE: VB open source (Sounds plugin) - by Millenium_edition on 08-19-2004 at 11:28 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On