What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » sign in sounds

sign in sounds
Author: Message:
(CyBeRDuDe)
Senior Member
****


Posts: 512
Reputation: 21
37 / Male / –
Joined: Jul 2003
RE: sign in sounds
Well.. Posted this yesterday.. It apparently went into the wrong thread.. Dont' ask me how! :P...
Well.. here it is:

If you know HOW to do this in VB you can do it with 3-4 lines of code.. :P...
It's very simple infact... I might be able to get some time tomorrow to spit out some code for you...
All you need it is Microsoft's TTS (Text-To-Speech) engine, use the component in there... Call it by using a command like TTS1.Speak "BLah"...
Declare the With Event objMSN as Messenger.MessengerApi (and of course set the reference to the API)..
In the initilize of the plugin set the objMSN = oMessenger...
Use the event OnContactStatusChange or something... When a contacts logs in (changes his status from offline - online/any other status), use the TTS1.Speak contact.friendlyname code... That should kinda do the trick..
Remember this is only explanation, I don't remember all the correct codes, and don't have time to find them for you right now... Though this of course needs the TTS engine installed on the computer.. But most (if not all) xp's have this... So.. Shouldn't be much of a problem... Hope anyone can use this information... If I need to be more specific, then write, and I'll try to explain it a litle better for however wants to do this...

This post was edited on 12-08-2005 at 11:49 AM by (CyBeRDuDe).
12-08-2005 11:48 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
sign in sounds - by [MR] on 12-07-2005 at 08:37 PM
RE: sign in sounds - by Tobiaz on 12-07-2005 at 10:27 PM
RE: sign in sounds - by DJKAL on 12-07-2005 at 10:52 PM
RE: sign in sounds - by kittymew on 12-07-2005 at 11:05 PM
RE: sign in sounds - by matty on 12-07-2005 at 11:41 PM
RE: sign in sounds - by [MR] on 12-07-2005 at 11:45 PM
RE: sign in sounds - by (CyBeRDuDe) on 12-08-2005 at 11:48 AM
RE: sign in sounds - by Tobiaz on 12-08-2005 at 12:10 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