Hello,
Using this:
Causes a NullReferenceExeception error, I'm using skype4com verison 6.16.0.114
Any one have any ideas?
Using this:
Code:
Public WithEvents oskype As SKYPE4COMLib.Skype
Private Sub GetSkypeInfo_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GetSkypeInfo.Tick
Label2.Text = oskype.CurrentUserProfile.FullName
End Sub
Any one have any ideas?