Commit 9fac232
authored
Refactor WebView2 demo script for clarity
from: If MsgBox(36, "Confirm", "Exit Application?", 0, $hGUI) = 6 Then Exit
To: If MsgBox(36, "Confirm", "Exit Application?", 0, $hGUI) = 6 Then WinClose($hGUI)
to proceed normally in Net WebView2 CleanUp()1 parent 27af028 commit 9fac232
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
0 commit comments