What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » MS Agent

MS Agent
Author: Message:
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
O.P. MS Agent
So, I'm just making me a little agent which will sit on top of all my Windows and read my MSN messages (I've disabled TTS, that was annoying! but I like the balloon). It works great, except... the balloon displays each word individually... and that's really annoying.

I got the PropertySheet up (that was a nuisance!) but there doesn't seem to be an option for this, only for disabling the balloon completely. Not what I want obviously.

Anyone know a way for it just to show the full message?
Ta.

PS: For those interested, in VB .NET you can add a reference to the MS Agent Server 2.0 thing, and use this code:
code:
Dim server As AgentServerObjects.AgentServer = New AgentServerObjects.AgentServer
Dim tv As AgentServerObjects.IAgentPropertySheet = server
tv.SetVisible(True)
To show the property pages.
[Image: AndrewsStyle.png]
10-28-2008 12:03 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MS Agent - by andrewdodd13 on 10-28-2008 at 12:03 AM
RE: MS Agent - by ShawnZ on 10-28-2008 at 03:26 AM
RE: MS Agent - by andrewdodd13 on 10-28-2008 at 03:06 PM
RE: MS Agent - by Spunky on 10-28-2008 at 07:48 PM
RE: MS Agent - by andrewdodd13 on 10-28-2008 at 11:23 PM
RE: MS Agent - by Spunky on 10-29-2008 at 09:40 AM
RE: MS Agent - by andrewdodd13 on 10-29-2008 at 04:17 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