AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Get text from Yahoo Messenger conversation

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
eternalcold



Joined: 12 Jun 2008
Posts: 8

PostPosted: Mon Mar 02, 2009 4:46 am    Post subject: Get text from Yahoo Messenger conversation Reply with quote

Hey, i am trying to make a program where i can control my computer through commands sent via text message.

i think the easiest way to do this would be to do it through a Yahoo Messenger account (sending the commands to the screen name)

the only problem that i am having, is that i CANNOT get the program to read the contents of the chat. I found that the classNN is YHTMLContainer1

yet it wont grab it.... here is what i have on now.

Code:
detecthiddentext, on
2::
{
WinGetText, text, YHTMLContainer1,
fileappend, %text%, test2.txt
}


I have also tried controlgettext, and controlget. neither work. they return blank information...

any help please?
Back to top
View user's profile Send private message
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Mon Mar 02, 2009 5:33 pm    Post subject: Reply with quote

the Yahoo and MSN messenger use "Pictures" instead of text. (Same things as typing only text isn't logged as a varriable). Try clicking "Record Conversation for future reference" and see if u can read from the log.
_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group