Page 1 of 1

[Solved] Windows 10 and Embedded Shell.Explore

Posted: 08 Sep 2015, 01:26
by Scripting
Hi guys, this code works on Windows 10?

Code: Select all

Code: [Select all] [Download] GeSHi © Codebox Plus
Gui, Add, ActiveX, x0 y0 w640 h480 vWB, Shell.Explorer
Gui, Show
WB.Navigate( "www.google.com" )
return
 
GuiClose:
ExitApp
Thanks for your answers!

Re: Windows 10 and Embedded Shell.Explore

Posted: 08 Sep 2015, 03:56
by just me
Yes!

Re: Windows 10 and Embedded Shell.Explore

Posted: 08 Sep 2015, 14:34
by Scripting
Oooh! Thanks "just me"!