Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VB6] NavigateWithWebResourceRequest not working
#2
Hi,

Thank you for your question.

It should work as I ran a test and "it works for me".

Here's what I did:
I went to the examples and in particular the frmFillFormDemo form.
In that example code we changed the click event for the "Zoom In" button, from zooming in, into using the navigatewithWebResourceRequest to open a page at the antwise website, like so:



Code:
Private Sub ZoomInButton_Click()
  'EdgeWebBrowser.ZoomFactor = EdgeWebBrowser.ZoomFactor + 0.1
  EdgeWebBrowser.NavigateWithWebResourceRequest "https://www.antwise.com", "GET", "", ""
End Sub


Clicking on the zoom in button does result in the browser opening the main page at the antwise.com web site.

The question now is why did it not work for you.

Can you show me your code?

Or if it contains sensitive parts then please send it to me by email via support@antwise.com

thanks,
--
Wil
Reply


Messages In This Thread
RE: [VB6] NavigateWithWebResourceRequest not working - by wila - 2022-11-08, 11:50:53

Forum Jump:


Users browsing this thread: 1 Guest(s)