Jump to content

help needed _IE support


Recommended Posts

hi,

I'v worte the following code:

#include <IE.au3>

$oIE = _IECreate ("c:\0522554720.htm",0,0)

;$p=_IEPropertyGet ($oIE,"addressbar")
;$i=_IEPropertyGet ($oIE,"height")

_IEPropertySet ($oIE,"height",400)
_IEPropertySet ($oIE,"addressbar",0)
_IEPropertySet ($oIE,"left",0)
_IEPropertySet ($oIE,"menubar",0)
_IEPropertySet ($oIE,"statusbar",0)
_IEPropertySet ($oIE,"toolbar",0)
_IEPropertySet ($oIE,"top",0)
_IEPropertySet ($oIE,"width",200)

how can i show the html page after all this changes are done? if i put on visible (1) it shows regular size and only then changes it.

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