Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WEBBROWSER control
Message
From
03/09/1999 12:42:31
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00261084
Message ID:
00261246
Views:
19
Hello David.
Thank you for your reply.
I use WebBrowser control for preview a HTML email messages. Of course if email body contain hyperlink, webbrowser control start navigate inside email application.
I add new Hyperlink control on the form.

In Webbrowser.BeforeNavigate2
Cancel = 2
Hyperlink.Navigate(url)
return .f.

Thank you.
Denis

>Denis,
>
>It should work if you modified the HTML content that the control was displaying, setting the default target to _blank and take out all target= strings from the A HREF tags.
>
>You might be able to override one of the methods and redirect the URL to a new browser with a ShellExecute() call.
>
>
>>Can I make that everyone URL opened in separate Browser window.
Previous
Reply
Map
View

Click here to load this message in the networking platform