AutoHotkey Community

It is currently May 27th, 2012, 8:13 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: January 14th, 2012, 2:56 pm 
Offline

Joined: November 29th, 2008, 12:35 am
Posts: 111
Location: United Kingdom
How can I embed a webpage into an ahk generated window?

_________________
Adam
http://moourl.com/8w0tx
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2012, 3:15 pm 
Offline
User avatar

Joined: February 28th, 2011, 7:28 pm
Posts: 625
Location: Germany
There are several ways to do this. The easiest is to use COM:
Code:
Gui Add, ActiveX, w800 h600 vIE, Shell.Explorer
IE.Navigate("http://www.autohotkey.com/forum")
Gui Show
(requires AHK_L)

Search the forum, there are a billion examples for extended usage.

_________________
RECOMMENDED: AutoHotkey_L
Image
github - ImportTypeLib
Win7 HP SP1 32bit | AHK_L U 32bit


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2012, 4:25 pm 
Offline

Joined: November 29th, 2008, 12:35 am
Posts: 111
Location: United Kingdom
maul.esel wrote:
There are several ways to do this. The easiest is to use COM:
Code:
Gui Add, ActiveX, w800 h600 vIE, Shell.Explorer
IE.Navigate("http://www.autohotkey.com/forum")
Gui Show
(requires AHK_L)

Search the forum, there are a billion examples for extended usage.

thank you :)

_________________
Adam
http://moourl.com/8w0tx
Image


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, migz99 and 66 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