Skip to content

Commit 35e4813

Browse files
authored
Update 003-Multi-Basic.au3
1 parent 52c255e commit 35e4813

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/003-Multi-Basic.au3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Func _Main()
3232
ConsoleWrite("! BrowserWindowHandle = " & $oWeb_2.BrowserWindowHandle & @CRLF)
3333
_NetWebView2_NavigateToString($oWeb_2, _GetDemoHTML("Browser 2 Content"))
3434

35+
__Example_Log(@ScriptLineNumber, "END - close window to exit" & @CRLF)
3536
; --- Main Loop ---
3637
While 1
3738
Switch GUIGetMsg()

0 commit comments

Comments
 (0)