AutoHotkey Community

It is currently May 24th, 2012, 7:51 am

All times are UTC [ DST ]


Search found 7 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Embed an Internet Explorer control in your AHK Gui via COM

Posted: December 18th, 2007, 1:33 am 

Replies: 308
Views: 81076


As Sean said, use DOM. window Object is a good starting point for looking up the relevant properties. Given a pointer to a document object 'pdoc': body := COM_Invoke(pdoc, "body") COM_Invoke(body, "scroll=", "no") COM_Release(body) ... or a poin...

 Forum: Scripts   Topic: Electronic Program Guide (EPG) for TV v1.3

Posted: December 18th, 2007, 1:12 am 

Replies: 60
Views: 23092


Any chance you could add Australia?
This is the best I could find:
http://au.tv.yahoo.com/tv-guide/?hour=1 ... &year=2007

 Forum: Scripts   Topic: Embed an Internet Explorer control in your AHK Gui via COM

Posted: December 18th, 2007, 12:44 am 

Replies: 308
Views: 81076


Sean wrote:
rmccue wrote:
2 questions.

Use A_ScriptDir . "\test.html" and DOM.


Just realized, I forgot my second question. I don't want to stop scrolling (bad wording, I guess), I want to hide the scrollbars. Any ideas?

 Forum: Scripts   Topic: Embed an Internet Explorer control in your AHK Gui via COM

Posted: December 18th, 2007, 12:10 am 

Replies: 308
Views: 81076


For example, this guest rmccue seemed to not even bother to check at least whether he used the correct AHK syntax or not. If he had used a registered nick, I bet he would have felt some sort of psychological pressure for that. And, I suppose more than 90% of answers to GUEST have never been reporte...

 Forum: Scripts   Topic: Embed an Internet Explorer control in your AHK Gui via COM

Posted: December 17th, 2007, 6:03 am 

Replies: 308
Views: 81076


2 questions. Firstly, how do I load a local file? Using LoadURL(pwb, "file://%A_ScriptDir%/test.html") doesn't work.

Secondly, how do I stop scrolling? Do I need to set it in the HTML file? (noscroll="noscroll")

 Forum: Support   Topic: Put a border around the screen?

Posted: December 16th, 2007, 9:39 am 

Replies: 1
Views: 135


Never mind, did it with 4 windows.

 Forum: Support   Topic: Put a border around the screen?

Posted: December 16th, 2007, 5:26 am 

Replies: 1
Views: 135


Is there a way to put a border around the screen? I'm thinking something like Dropcloth except just a border, not the whole screen.

Thanks,
Ryan.
Sort by:  
Page 1 of 1 [ Search found 7 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group