Jump to content

how to make in Form Browser


Recommended Posts

If my first answer wasn't enough here is another thread with an example of an Embedded IE Browser within a GUI

You would just have to change this:

$oIE.navigate("about:blank")
$oIE.document.write("<html><head></head>" & _
"<body style='border:0;margin:0px'><button id='macro2'>MACRO 2</button>" & _
"<br>lorem ipsum<br><br>lorem ipsum<br><br>lorem ipsum<br><br>lorem ipsum<br><br>lorem ipsum<br></body></html>")

to :

;Navigate not within while!
$oIE.navigate($InputRead)

;            Within While
;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Case $SomeButton
$InputRead = GuictrlRead($AnyInput)

But at all i'm not sure if you also could do it within.. of sure you could but it wouldn't make sense to let a website every little millisecond loading^^

  • C++/AutoIt/OpenGL Easy Coder
  • I will be Kind to you and try to help you
  • till what you want isn't against the Forum
  • Rules~

 

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