Hi Olaf,
My tests:

1 - Windows 7
MicrosoftEdgeWebView2RuntimeInstallerX86 installed on Windows 7.

First try:
WV.BindTo(picWV.hWnd) => "couldn't initialize WebView-Binding"

Second try:
...
P = WV.GetMostRecentInstallPath
(WV.GetMostRecentInstallPath seems to be the right path)
WV.BindTo(picWV.hWnd), , P) => Crash of VB6

and again...
WV.BindTo(picWV.hWnd) => OK it works


2 - Windows 10
No problem it works at anytime !

A solution for Windows 7 ?