Skip to content

Commit c611cdc

Browse files
authored
#Region UDF Header
1 parent 7edb27e commit c611cdc

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

NetWebView2Lib.au3

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,28 @@
1919
#include <WinAPISysWin.au3>
2020
#include <WindowsConstants.au3>
2121

22+
#Region UDF Header
23+
; ==============================================================================
24+
; UDF ...........: NetWebView2Lib.au3
25+
; Description ...: A powerful bridge that allows AutoIt to use the modern Microsoft Edge WebView2 (Chromium) engine via a C# COM wrapper.
26+
; Author(s) .....: https://www.autoitscript.com/forum/profile/116386-ioa747
27+
; Author(s) .....: https://www.autoitscript.com/forum/profile/10673-mlipok
28+
; Copyright .....:
29+
; * Copyright (c) 2026 ioa747, mLipok
30+
; * This project is provided "as-is". You are free to use, modify, and distribute it for both personal and commercial projects.
31+
; URL Links .....:
32+
; * https://github.com/ioa747/NetWebView2Lib
33+
; * https://www.autoitscript.com/forum/topic/213375-webview2autoit-autoit-webview2-component-com-interop
34+
; Thanks to .....:
35+
; * Jonathan Bennett (@Jon) and the AutoIt Team
36+
; * @Danp2 https://www.autoitscript.com/forum/profile/29736-danp2 - as his https://github.com/Danp2/au3WebDriver UDF largely inspires us in creating this UDF
37+
; AutoIt Version : v3.3.18.0
38+
; Requirement ...: DLL ...... ????
39+
; ==============================================================================
40+
#EndRegion UDF Header
41+
2242
#REMARK This UDF is marked as WorkInProgress - you may use them, but do not blame me if I do ScriptBreakingChange and as so far do not ask me for description or help till I remove this remark ; mLipok
23-
#TODO UDF HEADER - anybody - feel free to make it done - just do not hesitate to full fill this part
43+
2444
#TODO UDF INDEX - anybody - feel free to make it done - just do not hesitate to full fill this part
2545
#TODO FUNCTION HEADERS SUPLEMENTATION & CHECK - anybody - feel free to make it done - just do not hesitate to full fill this part
2646
#INFO JScript related to WebView2 that we can learn from ; https://github.com/MicrosoftEdge/WebView2Browser/tree/main/wvbrowser_ui

0 commit comments

Comments
 (0)