We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852248f commit f5f9eddCopy full SHA for f5f9edd
1 file changed
examples/016-CSV_Editor.au3
@@ -26,6 +26,8 @@ Global $hGUI
26
_Example()
27
28
Func _Example()
29
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
30
+
31
; Create GUI with resizing support
32
$hGUI = GUICreate("WebView2AutoIt CSV_editor", 1500, 650, -1, -1, BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPCHILDREN))
33
GUISetBkColor(0x2B2B2B, $hGUI)
0 commit comments