Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What have I visited this day,week,month with IE
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00393701
Message ID:
00394240
Views:
11
I think I have found the solution, but I never worked with the internetExplorer object.


This the what MSDN is saying about the event BEFORENAVIGATE2:

Occurs when the WebBrowser control is about to navigate to a different URL, which may happen as a result of external automation, internal automation from a script, or the user clicking a link or typing in the address bar. The container has an opportunity to cancel the pending navigation.

Is there someone who used this before.

SYNTAX:
Private Sub object_BeforeNavigate2(ByVal pDisp As Object, ByVal URL As String,
ByVal Flags As Long, ByVal TargetFrameName As String, PostData As Variant,
ByVal Headers As String, Cancel As Boolean)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform