Skip to content

Commit f5f9edd

Browse files
authored
Update 016-CSV_Editor.au3
1 parent 852248f commit f5f9edd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/016-CSV_Editor.au3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Global $hGUI
2626
_Example()
2727

2828
Func _Example()
29+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
30+
2931
; Create GUI with resizing support
3032
$hGUI = GUICreate("WebView2AutoIt CSV_editor", 1500, 650, -1, -1, BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPCHILDREN))
3133
GUISetBkColor(0x2B2B2B, $hGUI)

0 commit comments

Comments
 (0)