Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VB6: OnNavigationCompleted issue
#1
I'm trying to set up event "OnNavigationCompleted" or "OnFrameNavigationCompleted" in IDE but an error window pops up
“Function or interface marked as restricted, or the function uses an automation type not supported in Visual Basic”

VB6 IDE: AntView private build v1.1.150.0.

By the way, "OnNavigationStarting" works fine

Code:
Private Sub EdgeWebBrowser_OnNavigationStarting(ByVal Args As AntViewAx.IAntViewNavigationStartingEventArgs)
Debug.Print Args.URI
End Sub

It seems that in VB6 it is not possible to determine whether a page has already been fully loaded

Do you have any idea how to fix it?

--
Przemek
Reply


Messages In This Thread
VB6: OnNavigationCompleted issue - by MrPrzemek - 2022-04-19, 11:29:33
RE: VB6: OnNavigationCompleted issue - by wila - 2022-04-19, 11:52:32

Forum Jump:


Users browsing this thread: 1 Guest(s)