What would be the current method of show web page into a gui

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
vsub
Posts: 541
Joined: 29 Sep 2015, 03:39

What would be the current method of show web page into a gui

Post by vsub » 09 Aug 2022, 11:40

Is it still by using activex or something that uses internet explorer(not something more modern like edge)
When I search google I find only couple of years old guides and they all suggest the same thing...a method to display a page with IE

Ben the Coder

Re: What would be the current method of show web page into a gui

Post by Ben the Coder » 09 Aug 2022, 12:13

I encountered this issue a while ago and ended up using the Run command to open the website in a modern browser (like Edge, Chrome, Brave, or Firefox).
Example below:

Code: Select all

Run, forsoft.wixsite.com/formalsoftware  ; Put website URL here
If you want to see some other options, then look here :arrow: viewtopic.php?f=76&t=106692

Post Reply

Return to “Ask for Help (v1)”