We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2aa12 commit 6259653Copy full SHA for 6259653
1 file changed
examples/001-BasicDemo.au3
@@ -12,6 +12,8 @@
12
Main()
13
14
Func Main()
15
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & @CRLF)
16
+
17
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
18
#forceref $oMyError
19
0 commit comments