|
-
Mar 4th, 2023, 05:28 PM
#11
Fanatic Member
Re: VB6 WebView2-Binding (Edge-Chromium)
How could I call this js function using WV2?
Dim c As cStringBuilder
Set c = New cStringBuilder
c.Append "function GetScrollPosX()"
c.Append "{"
c.Append " return (Math.max(document.body.scrollLeft,document.documentElement.scrollLeft));"
c.Append "}"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|