Hello,
I have a problem. i have a application made it is working 100% for me but the problem is my WebBrowser does not load Active X Control for java, It Does Link to http://c-wow.net/chatterbox.php and it works fine, but when you type in a username (Available Username) and click login it shows inside a Blank Box with a x in the corner!
This is my code:
It is really a simple code for now.Code:Public Class Form1 Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click End Sub Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted End Sub Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click WebBrowser1.Navigate("http://c-wow.net/chatterbox.php") End Sub End Class
But i need it to show properly like a normal web browser does.. I need a Tutorial from someone how to step by step get it working here are screenshots:
![]()






Reply With Quote