Nan0
Nan0
This is an issue in manual mapping of WebView2Loader.dll, probably something going wrong with TLS, as it is used inside `GetAvailableCoreWebView2BrowserVersionString`, if library loaded from disk, everything works fine. (This...
@stffabi No panics, function just returns ERROR_SUCCESS. Actually, I met this issue without using CGO, but it was on Windows 7.
I've met the same issue when tried to make my window background transparent. The solution provided in the first post (adding `WS_EX_LAYRED`) will work only if user have DWM composition...
@leaanthony I'll see what I can do with it in a few days
@leaanthony Yes, I'm still intrested in this feature, actually I already use somewhat transparent window in production, but on some systems (especially running Windows 7) even with DWM enabled sometimes...
There's another way making this on windows - Events. This way your first process will know that new process is launched, and, for eaxample, bring your main window to front...