$Form1 = GUICreate("内嵌IE",300, 200)
$oIE = ObjCreate("Shell.Explorer.2")
GUICtrlCreateObj($oIE, -12, -17, 300, 200)
$oIE.navigate("http://www.baidu.com")
GUISetState(@SW_SHOW)
While 1
If GUIGetMsg() = -3 Then Exit
WEnd
08-03
985
