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)

Pages: (2): « First « 1 [ 2 ] Last »
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
syroon
New Member
*


Posts: 2
– / Male / –
Joined: Apr 2004
RE: VB open source (Sounds plugin)
Thanks man ;)
04-27-2004 01:03 PM
Profile E-Mail PM Find Quote Report
Moots
New Member
*

Avatar

Posts: 4
42 / Male / –
Joined: Aug 2004
RE: VB open source (Sounds plugin)
when i try ot run install infomaker it gives me an error and says component 'COMDLG32.OCX' or oneof its dependencies not vorrectly registered a file is missing or invalid, anyone help? i know im a pain in the ass :p
[Image: Moots3i.jpg]
Yeehee Shamone MOFO!!
08-19-2004 11:25 PM
Profile E-Mail PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: VB open source (Sounds plugin)
you need comdlg32.ocx ?
08-19-2004 11:28 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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