We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c255e commit 35e4813Copy full SHA for 35e4813
1 file changed
examples/003-Multi-Basic.au3
@@ -32,6 +32,7 @@ Func _Main()
32
ConsoleWrite("! BrowserWindowHandle = " & $oWeb_2.BrowserWindowHandle & @CRLF)
33
_NetWebView2_NavigateToString($oWeb_2, _GetDemoHTML("Browser 2 Content"))
34
35
+ __Example_Log(@ScriptLineNumber, "END - close window to exit" & @CRLF)
36
; --- Main Loop ---
37
While 1
38
Switch GUIGetMsg()
0 commit comments