We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c50bb commit 5a5adccCopy full SHA for 5a5adcc
1 file changed
examples/003-Multi-Basic.au3
@@ -12,6 +12,8 @@
12
_Main()
13
14
Func _Main()
15
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
16
+
17
; --- Main GUI Setup ---
18
Local $hMainGUI = GUICreate("Multi-WebView2 v2.0.0 Standard", 1000, 600, -1, -1, BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPCHILDREN))
19
GUISetState(@SW_SHOW, $hMainGUI)
0 commit comments