Jump to content

Com error 80020006 using IE.au3


Recommended Posts

Hi all,

im using code

$oIE = _IECreateEmbedded ()

GUICreate("Rss reader", 660,400, -1, -1, 0x80000000)

$GUIActiveX = GUICtrlCreateObj($oIE, 10, 10, 640, 380)

_IENavigate ($oIE, "about:blank")

_IEDocWriteHTML ($oIE, $sHTML)

GUISetState(@SW_SHOW) ;Show GUI

with all includes, which is needed,

after define a shortkey, and popup the gui with ie, (and $sHTML has the code included), the window will open

but gives and COM error, error 80020006 description UNKNOW NAME?,

when i close the window with GUIDELETE() , and reopen the error is not there, but after repeat it popups again with the same error.

can someone help me on this ?, thanks in advance,

ps im trying a simple GUI which shows an RSS feed .

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...