Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello I am Developing A web Browser. And I have Tested That browser on facebook and Google It worked Perfectly but whenever i open Flash like SWf games From this Link :- Y8.com Then It stopped Loading . Just Ads Pop Ups. Anybody can Help Regarding This Problem.

What I have tried:

I Have Tried The Code:-

<pre lang="vb">
Public Class Form1

Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
TextBox1.Text = WebBrowser1.Document.Url.ToString
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate(TextBox1.Text)
End Sub
End Class
Posted
Comments
dan!sh 4-May-18 4:15am    
Are you creating your own browser or using web browser control?
Prashant9813 5-May-18 5:49am    
Yes I am
dan!sh 7-May-18 23:40pm    
So, you are creating your own browser?
Prashant9813 7-May-18 23:46pm    
Yes Man Yes, Do You have any Idea About enabling Flash In VB
dan!sh 7-May-18 23:48pm    
So why are you talking about WebBrowserControl then? You know that is simply Internet Explorer. Flash enable/disable status will depend on the way user has configured their Internet Explorer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900