AutoHotkey Community

It is currently May 26th, 2012, 5:15 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: March 2nd, 2009, 5:46 am 
Offline

Joined: June 12th, 2008, 4:14 am
Posts: 8
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2009, 6:33 pm 
Offline

Joined: June 9th, 2008, 2:32 am
Posts: 936
Location: Canada
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.

_________________
Image
I know i have 6 legs. It's cuz I'm special.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Google Feedfetcher, Miguel, perlsmith, rbrtryn and 72 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group