Jump to content

Fit to window - Embedded Website


Recommended Posts

2 minutes ago, Earthshine said:

post your script that isn't working for help with it

it is from a sample file

-------------------------------------------------------------------------------------

#include <GuiConstants.au3>

GUICreate("Object - WebpageTest", 1000, 600)
GUISetFont(9, 400, -1, "MS Sans Serif")
$B_oIE3 = ObjCreate("Shell.Explorer.2")
$Breaktime = GUICtrlCreateObj($B_oIE3, 10, 10, 980, 580 )
$B_oIE3.navigate ("https://www.autoitscript.com/forum/topic/194489-fit-to-window-embedded-website/")

GUICtrlSetFont( -1, 12, 700)

GUISetState()

While 1

    $msg = GUIGetMsg()

    If $msg = $GUI_EVENT_CLOSE  Then
        Exit
    EndIf
WEnd

--------------------------------------------------------------------------------

 

LS

signature.png

Link to comment
Share on other sites

I think you will need to use the newest FireFox or Chrome UDFs if you want images to work right though. There is a way to use Edge but that limits you to only Win10 type systems that support Edge browser.

My resources are limited. You must ask the right questions

 

Link to comment
Share on other sites

13 hours ago, Earthshine said:

I think you will need to use the newest FireFox or Chrome UDFs if you want images to work right though. There is a way to use Edge but that limits you to only Win10 type systems that support Edge browser.

 

How to use Chrome UDFs in this script??

LS

signature.png

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