Jump to content

ObjCreate("Shell.Explorer.2") - probs


Armand
 Share

Recommended Posts

hey guys i was wandering how many OBjects of the same kind can i create in my gui:

$DescriptionOBJ = ObjCreate("Shell.Explorer.2") ; Create Internet Explorer application
$DescriptionOBJEvent = ObjEvent($DescriptionOBJ, "IEEvent_", "DWebBrowserEvents2")
$DescriptionOBJ_ctrl = GUICtrlCreateObj($DescriptionOBJ, 212, $DescriptionMinMax[0] + 22, 772, 261)
$DescriptionOBJ.RegisterAsBrowser = 1
GUICtrlSetState(-1, $GUI_HIDE)

- this is the creation codes, why is there a prob creating 2 at once ?! (same codes, just different vars.)

P.S - another Q: while using the one created, if/once i click a link button that link to a flash using site, AU3 Crashes!!! - why ?!

[u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?!

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...