I created a vb test app in VS2005, and all is well except that when I send a message back to the client from another client, the MessageReceived event does not fire.
I thought this was just me, so I downloaded the VB tutorial source from the community that I believe Lester may have done, and that doesn't work either.
Has anyone else had this problem?
I cannot continue developing blind, so this is a major problem.
WinXP Home Edition
Visual Studio 2005
ActiveS COM Wrapper
CODE
Private Sub m_skype_MessageReceived(ByVal SkypeMessage As SKYPEAPILib.Message) Handles m_skype.MessageReceived
txtRecievedMessage.Text = SkypeMessage.Body
End Sub
Thanks to anyone who helps.