eternalcold
Joined: 12 Jun 2008 Posts: 8
|
Posted: Mon Mar 02, 2009 4:46 am Post subject: Get text from Yahoo Messenger conversation |
|
|
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? |
|