hello I found the following script, the more I'm not getting it open, for example notepad after verification.
Func validate($iLicense)
Local $o_IE
Dim $html_text
; Create IE obect
$o_IE = ObjCreate("Shell.Explorer.2")
; Create Validation GUI
GuiCreate("Licensing", 300, 45,-1, -1)
; Create IE object in the GUI
GUICtrlCreateObj($o_IE, 0, 0, 1, 1)
; Load Validation URL into object
$o_IE.navigate2($page & "?ilicense=" & $iLicense)
; Wait for IE Object to load page
Wh