mladost1 Posted June 5, 2008 Posted June 5, 2008 $skype=ObjCreate("Skype4com.Skype") $skype.Attach() $chat=$skype.chat("random_user") $chat.OpenWindow() This simple program doesn't work - these is no error but there is no chat window opened. Any idea why?
Airwolf Posted June 5, 2008 Posted June 5, 2008 Check out the Skype example scripts in my signature. Also, it is courteous to wait 24 hours before bumping a thread. Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
mladost1 Posted June 5, 2008 Author Posted June 5, 2008 Also, it is courteous to wait 24 hours before bumping a thread.Sorry for the impatience I was just really curious. If you take a closer look you will see that i waited exactly 24 ...minutes
mladost1 Posted June 5, 2008 Author Posted June 5, 2008 Still my source does not work.. I didn't see any .OpenWindow() on your UDF which are very nice though
Airwolf Posted June 5, 2008 Posted June 5, 2008 (edited) Still my source does not work.. I didn't see any .OpenWindow() on your UDF which are very nice thoughTry: $ochat = $oSkype.CreateChatWith($oSkype.User("user")) $ochat.OpenWindow Edited June 5, 2008 by Airwolf123 Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now