79152813

Date: 2024-11-03 13:34:44
Score: 1
Natty:
Report link

Fixed it by changing

AddHandler WebView.NavigationStarting, AddressOf ImageViewerStarting

to

AddHandler WebView.CoreWebView2InitializationCompleted, AddressOf ImageViewerStarting    
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: gchq