Help - Search - Members - Calendar
Full Version: openwindow does not open window
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
YisMan_
Hi all.
Here is my VBA code in MS Access 2003

CODE
Dim aSkype As Skype

Set aSkype = New SKYPE4COMLib.Skype

Dim oChat As Chat

Dim skUser As SKYPE4COMLib.User

Set skUser = aSkype.User("MyFriendName")

Set oChat = aSkype.CreateChatWith(skUser.Handle)

oChat.OpenWindow

oChat.SendMessage "hello again"


The problem is that the message gets sent (which I don't need, I put it in for testing only) but the window will not open.
All I really want is to open a chat window with that fellow.


Please advise anyone. Thanks.
YisMan

P.S. My PlaceCall procedure works flawlessly.
TheUberOverlord
The API and Skyp4COM lib currently do not support methods to open chat windows.
andreskaasik
QUOTE(YisMan @ Aug 15 2006, 10:34 PM) [snapback]287680[/snapback]

All I really want is to open a chat window with that fellow.

In fact your code is ok. There was a bug in 2.5.0.113 Skype client that affected OPEN CHAT command. Please upgrade your client if this is the case.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.