Jump to content

Open IE in banner like windows and Load a URL


Recommended Posts

Something like this ?

$oIE = ObjCreate ( "InternetExplorer.Application" )
$oIE.Visible = 1
$oIE.Left = 0
$oIE.Top = 0
$oIE.Width = @DesktopWidth /3
$oIE.Height = @DesktopHeight /3
$oIE.Menubar = 0
$oIE.Toolbar = 0
$oIE.Statusbar = 0
$oIE.Resizable = 0
$oIE.Navigate ( 'http://www.autoitscript.com' )

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

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