quote:
Originally posted by Mike2
So, I guess that you were using the GetWindowText api on the toast, and use the windows xp speak engine to speak the text eh...?
The last part is correct. The SAPI engine is (standard?) on every XP machine.
But the first part, no. It's written in VB6 and I simply added :
Private WithEvents oMessenger As Messenger.MsgrObject
Then, you get all the messenger events in your VB app, example :
Private Sub oMessenger_OnNewerClientAvailable(ByVal bstrDownloadUrl As String, ByVal bstrFallbackUrl As String, ByVal lUpdateFlags As Long)
It's up to the developer to handle those events (or not) and after that, Messenger handles the event too.
As said, this stopped working with MSN Messenger...